List Domains

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

pod_idstringRequired
ID of pod.

Query Parameters

limitintegerOptional
Limit of number of items returned.
page_tokenstringOptional
Page token for pagination.
labelslist of stringsOptional
Labels to filter by.
beforedatetimeOptional
Timestamp before which to filter by.
afterdatetimeOptional
Timestamp after which to filter by.
ascendingbooleanOptional
Whether to sort in ascending temporal order.

Response

This endpoint returns an object.
countinteger
Number of items returned.
domainslist of objects

Ordered by created_at descending.

next_page_tokenstring or null
Page token for pagination.

Errors