Skip to main content
GET
List scheduled faxes
Retrieve scheduled faxes for the authenticated account. Use limit and cursor to page through the results. Each scheduled fax includes its job_id, sending and receiving numbers, page count, creation time, and scheduled transmission time. The current API returns created_at and scheduled_time as Unix timestamps. When the list is empty, the response contains status, message, and meta, and omits the data property.

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Maximum number of scheduled faxes to return.

cursor
string

Cursor used to request another page of results.

Response

200 - application/json

Scheduled fax list retrieved successfully.

status
integer
required
message
string
required
meta
object
required
data
object[]

Omitted when no scheduled faxes are returned.