Skip to main content
GET
List ingestion jobs for a context

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de ruta

contextId
string
requerido

The unique identifier of the reconciliation context.

Parámetros de consulta

limit
integer
predeterminado:20

The maximum number of items to include in the response.

Rango requerido: 1 <= x <= 200
cursor
string

The cursor value for retrieving the next page of results.

sort_order
enum<string>

The order used to sort the results.

Opciones disponibles:
asc,
desc
sort_by
enum<string>

The field used to sort the results.

Opciones disponibles:
id,
created_at,
started_at,
completed_at,
status

Respuesta

Indicates that the request was successful and the response contains the expected data.

Cursor-paginated list of ingestion jobs

hasMore
boolean
Ejemplo:

true

items
object[]

List of ingestion jobs

limit
integer
Rango requerido: 1 <= x <= 200
Ejemplo:

20

nextCursor
string
Ejemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Ejemplo:

"eyJpZCI6IjEyMiJ9"