Pular para o conteúdo principal
GET
Listar transações de uma tarefa

Autorizações

Authorization
string
header
obrigatório

Autenticação por Bearer token (formato: "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.

jobId
string
obrigatório

Job ID

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,
date,
status,
extraction_status

Resposta

Indica que a requisição foi bem-sucedida e a resposta contém os dados esperados.

Lista de transações com paginação por cursor

hasMore
boolean
Exemplo:

true

items
object[]

Lista de transações

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

20

nextCursor
string
Exemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Exemplo:

"eyJpZCI6IjEyMiJ9"