agentRuns
Returns an agent run page.
agentRuns(kind: RunKind!, search: String, archive: String, provider: String, origin: RunOrigin, appId: ID, first: Int, after: ID): AgentRunPage!Arguments
The kind used to filter or perform the operation.
Text used to filter matching records. Omit it to leave this dimension unfiltered.
The archive used to filter or perform the operation. Defaults to "ACTIVE".
The provider used to filter or perform the operation. Omit it to leave this dimension unfiltered.
The origin used to filter or perform the operation. Omit it to leave this dimension unfiltered.
Identifier of an app whose assigned repositories should scope the results.
Maximum number of records to return. Defaults to 100.
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
Items associated with this agent run page.
The next cursor associated with this agent run page. May be null when unavailable or not applicable.
Number of totals.