Skip to main content
GET
List All Assets
Before calling this endpoint, make sure you’ve generated an API token and picked the correct domain. See Authentication & Base URLs.

Authorizations

Authorization
string
header
required

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

Headers

x-tenant-id
string
required

Identifier for the tenant. Ensures data isolation per tenant.

x-workspace-id
string
required

Workspace identifier within the tenant. Scopes resources to a specific workspace.

x-environment-id
string
required

Unique identifier of the target environment. Used to scope the API call to a specific deployment environment.

Example:

"PRODUCTION-15a0f8c2-a5e8-4e40-ae74-cb1389d22f45-w49jkngj"

Query Parameters

locale
string
required

Specifies the language or region for the response data

sort_order
string

Order in which to sort assets: asc (oldest first) or desc (newest first).

sort_by
string

Field used to sort the results.

limit
integer

Maximum number of items to return.

offset
integer

Skips the specified number of results from the beginning.

Response

A list of asset objects.

Status
string

Overall status of the request.

Example:

"success"

Data
object