Skip to main content
objectCommandRunAttempt

Fields

id
ID!

Stable identifier for this command run attempt.

runId
ID!

Identifier of the related run.

attempt
Int!

The attempt associated with this command run attempt.

agentJobId
ID

Identifier of the related agent job. May be null when unavailable or not applicable.

agentJob

The agent job associated with this command run attempt. May be null when unavailable or not applicable.

Current status of this command run attempt.

exitCode
Int

The exit code associated with this command run attempt. May be null when unavailable or not applicable.

signal
String

The signal associated with this command run attempt. May be null when unavailable or not applicable.

error
String

Error message when this command run attempt did not complete successfully. May be null when unavailable or not applicable.

startedAt
String

ISO 8601 timestamp when this command run attempt started. May be null when unavailable or not applicable.

finishedAt
String

ISO 8601 timestamp when this command run attempt finished. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this command run attempt was created.

updatedAt
String!

ISO 8601 timestamp when this command run attempt was last updated.