Skip to main content
QUERY
workflowRuns(workflowId: ID, status: String, search: String, archive: String, first: Int, after: ID): WorkflowRunPage!

Arguments

workflowId
ID

Identifier of the workflow. Omit it to leave this dimension unfiltered.

status
String

The status used to filter or perform the operation. Omit it to leave this dimension unfiltered.

Text used to filter matching records. Omit it to leave this dimension unfiltered.

archive
String
default:"ACTIVE"

The archive used to filter or perform the operation. Defaults to "ACTIVE".

first
Int
default:100

Maximum number of records to return. Defaults to 100.

after
ID

Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.

items

Items associated with this workflow run page.

nextCursor
ID

The next cursor associated with this workflow run page. May be null when unavailable or not applicable.

totalCount
Int!

Number of totals.

Query
Response