agentJobs
Returns agent jobs.
agentJobs(agentId: ID!, limit: Int): [AgentJob!]!Arguments
Identifier of the agent.
Maximum number of records to return. Defaults to 50.
Returns
Stable identifier for this agent job.
Identifier of the related agent.
Identifier of the related worktree. May be null when unavailable or not applicable.
Category of this agent job.
Structured payload associated with this agent job.
Current status of this agent job.
The idempotency key associated with this agent job.
Structured result associated with this agent job. May be null when unavailable or not applicable.
Error message when this agent job did not complete successfully. May be null when unavailable or not applicable.
Timeout, in seconds.
ISO 8601 timestamp when this agent job was created.
ISO 8601 timestamp when this agent job started. May be null when unavailable or not applicable.
ISO 8601 timestamp when this agent job finished. May be null when unavailable or not applicable.
ISO 8601 timestamp when this agent job was last updated.
Typed worktree-operation result when this is a worktree operation job.