renza

API reference / Imports

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–100
  • cursorstringoptional
  • orderstringoptionaldefault "created_at.desc"

    Possible values: created_at.desc, created_at.asc

  • statusstringoptional

    Possible values: pending, processing, succeeded, failed

Returns

  • 200A page of imports.

Failures use the standard error envelope with a closed set of codes.