List report jobs
Returns a paginated list of async report jobs for the entity.
Each job carries a status (pending / running / complete /
failed / cancelled) and, when complete, either an inline
result_data JSON payload or a presigned result_url.
Filter by report_type, status, date range, or the originating
API key. Requires the reports: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, running, complete, failed, cancelled 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 <= 500
