Skip to main content
The logs method retrieves workflow run logs using the List Workflow Runs API.

Arguments

string
Filter by a specific workflow run ID.
number
Maximum number of runs to return. Defaults to a system-defined value if not specified.
string
Filter workflow runs by execution state.
string
Filter by the exact workflow URL.
number
Filter by the workflow creation time (Unix timestamp).
string
A pagination cursor from a previous request. Use this to fetch the next set of results.

Response

string
A cursor to use for pagination. If no cursor is returned, there are no more workflow runs.
Array

Usage