Skip to main content
QUERY
agentRuns(kind: RunKind!, search: String, archive: String, provider: String, origin: RunOrigin, appId: ID, first: Int, after: ID): AgentRunPage!

Arguments

kind
required

The kind used to filter or perform the operation.

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".

provider
String

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

origin

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

appId
ID

Identifier of an app whose assigned repositories should scope the results.

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.

Returns

items

Items associated with this agent run page.

nextCursor
ID

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

totalCount
Int!

Number of totals.

Query
Variables
Response