Skip to main content
GET
List Pix Schedules

Authorizations

Authorization
string
header
required

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

Headers

X-Account-Id
string
required

Unique identifier of the Midaz Ledger Account (UUID format).

Query Parameters

status
enum<string>

Filter by schedule status

Available options:
SCHEDULED,
PROCESSING,
EXECUTED,
FAILED,
CANCELLED
limit
integer
default:10

Maximum number of items per page.

Required range: 1 <= x <= 100
page
integer
default:1

Page number for pagination.

Required range: x >= 1

Response

OK

items
object[]

Items contains the schedule rows for the current page.

limit
integer

Limit is the maximum number of items per page.

Example:

10

page
integer

Page is the current page number (1-based).

Example:

1

total
integer

Total is the total count of schedules matching the filter, across all pages, scoped to the caller's X-Account-Id.

Example:

42