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.
Path parameters
Query parameters
Only return logs belonging to this execution run. Omit to return logs across every run of the automation.
Maximum number of logs to return. Defaults to 50.
Opaque cursor returned by a previous call. Pass it to fetch the next page.
Response
Default Response
Changes
Changed in 1 of the 9 revisions of this API.4
- ○
added the optional property
actionto the response with the404statusresponse-optional-property-added
- ○
added the optional property
actionto the response with the500statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the404statusresponse-optional-property-added
- ○
added the optional property
detailsto the response with the500statusresponse-optional-property-added
- ○