Skip to main content
GET
List report jobs

Authorizations

Authorization
string
header
required

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

report_type
string
status
enum<string>
Available options:
pending,
running,
complete,
failed,
cancelled
from_date
string<date>
to_date
string<date>
requested_by_api_key_id
string<uuid>
limit
integer
default:25

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.

Required range: 1 <= x <= 500
cursor
string

Response

Paginated list of report jobs

object
string
Example:

"list"

data
object[]
has_more
boolean
next_cursor
string | null