List imports
GET/v1/imports
Lists imports in the active org, newest first. Filter by `status`.
Requires an API key (bearer), scoped to the active org.
Query parameters
limitintegeroptionaldefault 201–100cursorstringoptionalorderstringoptionaldefault "created_at.desc"Possible values:
created_at.desc,created_at.ascstatusstringoptionalPossible values:
pending,processing,succeeded,failed
Returns
200A page of imports.
Failures use the standard error envelope with a closed set of codes.