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.

Changes

Changed in 2 of the 10 revisions of this API.24

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the new expired enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new superseded enum value to the // response property for the response status

      response-property-enum-value-added