Event history lists

Endpoint responsible for retrieving the event history of a dunning request.

This call returns a paginated list of events recorded since the beginning of the dunning process, allowing the integration to track how the process has evolved over time.


Request parameter

id - Unique identifier of the dunning request in Asaas.


Pagination parameters

offset - Defines the starting element of the list.

limit - Defines the maximum number of elements returned per request.


When to use this endpoint

This endpoint is useful in scenarios such as:

  • auditing the evolution of the dunning request
  • operational tracking of the process
  • supporting internal analysis and support teams
  • displaying an event timeline in administrative interfaces

Important rule for GET requests

GET requests must be sent with an empty body.

If the integration sends content in the request body, the API may return a 403 Forbidden error.

Path Params
string
required
Query Params
integer
integer
≤ 100
Responses

403

Forbidden. Occurs when the request body is filled, GET method calls must have an empty body.

404

Not found

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