GET /accounts/{account_id}/dex/devices/{device_id}/isps

List ISP information observed for a specific device during traceroute tests.

Servers

Path parameters

Name Type Required Description
device_id String Yes

Device-specific ID, given as UUID.

account_id String Yes

Unique Cloudflare account ID.

Query parameters

Name Type Required Description
page Integer No

Page number of paginated results. Mutually exclusive with cursor.

Default value: 1

to String No

End time for the query in ISO 8601 format.

sort_order String No

The order to sort results.

Valid values:

  • "DESC"
  • "ASC"

Default value: "DESC"

per_page Integer Yes

Number of items per page

cursor String No

Cursor for cursor-based pagination. Mutually exclusive with page.

sort_by String No

The field to sort results by.

Valid values:

  • "time_start"

Default value: "time_start"

from String No

Start time for the query in ISO 8601 format.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.