Skip to main content
GET
List assets

Authorizations

Authorization
string
header
required

Query Parameters

page
integer<int32>
default:1
page_size
integer<int32>
default:20
sort
string

Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: name, created_at, updated_at

Example:

"-created_at"

filter[name][contains]
string

Filter by name (case-insensitive partial match)

filter[project_id][eq]
string

Filter by project friendly ID (e.g., prj_abc123). Unknown IDs return an empty page.

filter[custom_field_values][{key}]
string

Filter by a custom field value, where {key} is a custom field definition key (e.g., filter[custom_field_values][serial]=SN-001). Multiple keys combine with AND. Unknown keys return 422.

Response

200

data
object[]
info
object