commandRuns
Returns a command run page.
commandRuns(includeArchived: Boolean, search: String, agentId: ID, worktreeId: ID, statuses: [CommandRunStatus!], first: Int, after: ID): CommandRunPage!Arguments
Whether archived records should be included. Defaults to false.
Text used to filter matching records. Omit it to leave this dimension unfiltered.
Identifier of the agent. Omit it to leave this dimension unfiltered.
Identifier of the worktree. Omit it to leave this dimension unfiltered.
Statuses to include. Omit them to leave this dimension unfiltered.
Maximum number of records to return. Defaults to 50.
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
Nodes associated with this command run page.
Number of totals.
The page info associated with this command run page.