Skip to main content
GET
Export dashboard delivered pending responses

Authorizations

Authorization
string
header
required

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

Query Parameters

Search by consumer name, notice sender name, account number, or notice balance.

Maximum string length: 255
sort
enum<string>
default:response-date
Available options:
response-date,
consumer-name,
account-number,
notice-balance,
response-type
direction
enum<string>
default:asc
Available options:
asc,
desc
page
integer
default:1

Accepted for shared table controls; ignored by the export.

Required range: x >= 1
per_page
integer
default:25

Accepted for shared table controls; ignored by the export.

Required range: 1 <= x <= 100

Response

Delivered Pending CSV returned.

The response is of type string.

Last modified on July 19, 2026