automations

List DM automation logs

Lists the execution logs written as a DM automation's runs progress, ordered by creation time (most recent first). Pass flowRunId to narrow the logs to a single run. Supports cursor-based pagination.

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

Path parameters

idstring required

Query parameters

flowRunIdstring

Only return logs belonging to this execution run. Omit to return logs across every run of the automation.

limitinteger

Maximum number of logs 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 logs.

Changes

Changed in 1 of the 9 revisions of this API.4

    • added the optional property action to the response with the 404 status

      response-optional-property-added

    • added the optional property action to the response with the 500 status

      response-optional-property-added

    • added the optional property details to the response with the 404 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added