Skip to main content
GET
List All Reconciliation Jobs

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de consulta

page
integer

Page number for pagination (default: 1, minimum: 1)

limit
integer

Maximum number of items per page (default: 10, range: 1-100)

key_type
string

Filter by key type: CPF, CNPJ, EMAIL, PHONE, EVP

job_type
string

Filter by job type: EVENT_SYNC, FULL_RECONCILIATION

status
string

Filter by status: WAITING_FILE, PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED

sort_order
string

Sort direction: asc or desc (default: desc - newest first)

start_date
string

Filter from date (YYYY-MM-DD)

end_date
string

Filter to date (YYYY-MM-DD)

Respuesta

OK

items
object[]

Items is the array of reconciliation jobs for the current page

limit
integer

Limit is the number of items per page

Ejemplo:

10

page
integer

Page is the current page number

Ejemplo:

1

total
integer

Total is the total number of reconciliation jobs matching the filters

Ejemplo:

25