Workflows
List workflow runs
List workflow runs started via the API, most recently created first. Use selfOnly=true to restrict results to the calling API key's user; otherwise all runs for the team are returned. Cursor-paginated; see the Pagination guide.
get/v1/workflows/runs
Query parameters
limitinteger
Maximum number of items to return in the page. Defaults to 50; capped at 200. See Pagination.
cursorstring
Opaque pagination cursor returned as nextCursor by the previous page. Omit on the first request. Cursors are tied to the endpoint that produced them and must be passed unmodified. See Pagination.
selfOnlyboolean
When true, returns only items created by the API key's owner. When false (default), returns all items accessible to the team.
Response
Paginated list of workflow runs.
Changes
No recorded changes to this endpoint across all 1 revision of this API.