latestOpenAPI 3.0.32026-08-23410223.0 KB

c93447ba6b9d

automations

List DM automation runs

Lists the execution runs of a single DM automation, ordered by start time (most recent first). Supports cursor-based pagination.

get/v2/dm-automations/{id}/runs

Path parameters

idstring required

Query parameters

limitinteger

Maximum number of execution runs to return. Defaults to 50.

cursorstring

Opaque cursor returned by a previous call. Pass it to fetch the next page.

Response

Default Response

cursorstring

Cursor for the next page. Absent when there are no more runs.