Queries
workflowExecutionsForWorkspace
List executions across every workflow in the workspace, newest first, paginated. Use this for a
workspace-wide view of what automation has been doing, or narrow it with filters — by workflow,
by the entity a run fired against, or by state. Executions that have not started yet sort to the top.
QUERY
workflowExecutionsForWorkspace(filters: WorkflowExecutionsFilter, first: Int, after: String, last: Int, before: String): WorkflowExecutionConnection!Arguments
filters
first
Int
after
String
last
Int
before
String
Returns
edges
pageInfo
Query
Response
Query
Response

