List async migration jobs for this entity
Migration
List async migration jobs for this entity
Returns a cursor-paginated list of migration jobs scoped to the entity. Supports filtering by resource type, status, and creation timestamp. Requires migration:read scope.
GET
List async migration jobs for this entity
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.
Path Parameters
Query Parameters
Available options:
accounts, products, orders, journal-entries, vendor-bills, ap-payments, product-categories, product-variants, product-pricing-policies, product-vendors, product-prepackaged-presets, customer-payments, inventory-balances-opening-stock, inventory-balances-set-opening-stock, inventory-transactions, inventory-movements, order-tax-lines, account-addresses, account-contacts, purchase-orders, returns, vendor-credits Available options:
pending, running, completed, failed, partial Return jobs created after this ISO 8601 timestamp
Required range:
1 <= x <= 100Cursor for pagination (job_id of last record from previous page)

