latestOpenAPI 3.0.32026-08-23410223.0 KB

c93447ba6b9d

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.