Skip to main content
GET
List ingestion jobs for a context

Autorizações

Authorization
string
header
obrigatório

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

Cabeçalhos

X-Request-Id
string

A unique identifier for tracing the request across services.

Parâmetros de caminho

contextId
string
obrigatório

The unique identifier of the reconciliation context.

Parâmetros de consulta

limit
integer
padrão:20

The maximum number of items to include in the response.

Intervalo obrigatório: 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.

Opções disponíveis:
asc,
desc
sort_by
enum<string>

The field used to sort the results.

Opções disponíveis:
id,
created_at,
started_at,
completed_at,
status

Resposta

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

Cursor-paginated list of ingestion jobs

hasMore
boolean
Exemplo:

true

items
object[]

List of ingestion jobs

limit
integer
Intervalo obrigatório: 1 <= x <= 200
Exemplo:

20

nextCursor
string
Exemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Exemplo:

"eyJpZCI6IjEyMiJ9"