List fixed assets
Returns paginated fixed assets scoped to the API key’s entity. Filter
by status (pending_service / active / suspended / fully_depreciated /
disposed), category_id, location_id, vendor_id, placed_in_service
boolean, date range (from_date / to_date against placed-in-service
date), or free-text search against name and asset_code. Requires the
assets:read scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Query Parameters
pending_service, active, suspended, fully_depreciated, disposed Maximum number of records to return per page. Default 25, max 500. Use together with starting_after for cursor pagination. For larger bulk extraction workflows prefer the migration endpoints.
1 <= x <= 500Cursor for pagination. Pass the id of the last record from the previous page to fetch the next page. Mutually exclusive with ending_before.
200Cursor for reverse pagination. Pass the id of the first record from the previous page to fetch the prior page. Mutually exclusive with starting_after.
200
