Skip to main content
GET
List All Reconciliation Jobs

Authorizations

Authorization
string
header
required

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

Query Parameters

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)

Response

OK

items
object[]

Items is the array of reconciliation jobs for the current page

limit
integer

Limit is the number of items per page

Example:

10

page
integer

Page is the current page number

Example:

1

total
integer

Total is the total number of reconciliation jobs matching the filters

Example:

25