Planning Table

List imports for a planning table

Paginated import history for this table. Default sort is newest first (-created_at). Filter with status, source_import_type, and error_code. Sort with ordering (created_at, completed_at, status). Page with page and limit.

get/tables/{table_pk}/imports

Path parameters

table_pkstring required

Query parameters

limitinteger

Number of results to return per page.

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

Headers

X-Company-IDstring required

Associates request with company

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}

Changes