Skip to main content
QUERY
commandRuns(includeArchived: Boolean, search: String, agentId: ID, worktreeId: ID, statuses: [CommandRunStatus!], first: Int, after: ID): CommandRunPage!

Arguments

includeArchived
Boolean
default:false

Whether archived records should be included. Defaults to false.

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

agentId
ID

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

worktreeId
ID

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

statuses

Statuses to include. Omit them to leave this dimension unfiltered.

first
Int
default:50

Maximum number of records to return. Defaults to 50.

after
ID

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

nodes

Nodes associated with this command run page.

totalCount
Int!

Number of totals.

The page info associated with this command run page.

Query
Response