Get DLR consolidated report

Retrieves delivery receipt reports from Elasticsearch. Supports scroll-based pagination.

Initial request: Provide feed_id, from_date, and to_date. The response includes a scroll_id if more data is available.

Pagination: Pass the scroll_id from the previous response to fetch the next page. No other parameters are needed when scrolling.

End of data: When the last page is reached, scroll_id is omitted from the response. If scrolled past the end, data returns as an empty array.

Constraints:

  • Date range must not exceed 31 days.
  • from_date must not be after to_date.
  • All requested feed_id values must belong to the authenticated user.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Comma-separated feed IDs. Required for initial search; not needed when using scroll_id.

date

Start date in YYYY-MM-DD format. Required for initial search.

date

End date in YYYY-MM-DD format. Required for initial search.

string

Scroll ID from a previous response to fetch the next page. When provided, all other parameters are ignored.

integer

Enterprise ID filter

string

Filter by delivery status (e.g., DELIVRD, FAILED)

string

Filter by sender ID

string

Filter by mobile number (digits only)

int64

Filter by request ID

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json