GET /accounts/{account_id}/moq/relays
Lists all MoQ relays for the account. Returns only metadata. Config, status, and tokens are omitted.
Results are cursor-paginated (keyset on the created timestamp).
Use created_before / created_after with the created value of the
first/last item in a page to fetch the adjacent page. result_info
reports the page count and the total matching the cursor filters.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
account_id |
String | Yes |
Cloudflare account identifier. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
per_page |
Integer | No |
Maximum number of relays to return per page. |
asc |
Boolean | No |
Sort order by Default value: false |
created_before |
String | No |
Cursor for pagination. Returns relays created strictly before this
RFC 3339 timestamp (typically the |
created_after |
String | No |
Cursor for pagination. Returns relays created strictly after this
RFC 3339 timestamp (typically the |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.