Pular para o conteúdo principal
GET
Obter resultados da execução de conciliação

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

runId
string
obrigatório

Run ID

Parâmetros de consulta

contextId
string
obrigatório

Context ID

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

Resposta

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

Lista paginada por cursor de grupos de correspondência

hasMore
boolean
Exemplo:

true

items
object[]

Lista de grupos de correspondência

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

20

nextCursor
string
Exemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Exemplo:

"eyJpZCI6IjEyMiJ9"