Assets
List assets
Returns all assets for the account. Assets are account-scoped — use filter[project_id][eq] to narrow to a single project.
GET
List assets
Authorizations
Query Parameters
Comma-separated list of fields to sort by. Prefix with - for descending. Available fields: name, created_at, updated_at
Example:
"-created_at"
Filter by name (case-insensitive partial match)
Filter by project friendly ID (e.g., prj_abc123). Unknown IDs return an empty page.
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.
List assets