List distributions
List distributions with pagination
Authorizations
OAuth2 client_credentials grant for server-to-server access. Onboard via your Nova admin to receive a client_id and client_secret, then POST /oauth/token to exchange them for a short-lived access token. Send the token as Authorization: Bearer <access_token> on every authenticated request. Tokens expire after 3600 seconds — refresh by re-exchanging credentials.
Headers
ID of the organization the request acts on. Optional when the access token is bound to a specific organization, or when the integration has access to exactly one organization.
^org_[A-Za-z0-9]+$"org_EkzhrUc3U6C0UbxNBlK7WLz51ofT"
Query Parameters
Opaque cursor from a previous response next_page_url; returns the results after it
^page_[A-Za-z0-9]+$"page_QEpNuAot4c8XEGxH4UqLnO6Ao2Tf"
Opaque cursor from a previous response previous_page_url; returns the results before it
^page_[A-Za-z0-9]+$"page_QEpNuAot4c8XEGxH4UqLnO6Ao2Tf"
The maximum number of items to return.
1 <= x <= 100Response
List of distributions
Object type identifier.
list "list"
The page of items.
URL for the next page of the list, or null when there are no more pages.
"/v1/distributions?page=page_5dr8SFDbv7rZ2aj4&limit=10"
URL for the previous page of the list, or null when there are none.
"/v1/distributions?page_before=page_8VtqLBv3xJpY7mk2&limit=10"
Whether there are more items available after this page. Deprecated: next_page_url is non-null exactly when more pages exist.
The URL for this list endpoint. Deprecated: follow next_page_url / previous_page_url to paginate.
"/v1/distributions"