Skip to main content
GET
List all received faxes
Retrieve received faxes across the authenticated account. Use limit and cursor to page through the results. Each fax includes its job identifier, sender and receiver, duration, page count, and received time.

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 received faxes to return.

cursor
string

Cursor used to request another page of results.

Response

Received faxes retrieved successfully.

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