Types
AgentJobLog
Represents an agent job log in the GraphQL API.
object
AgentJobLogFields
id
ID!
Stable identifier for this agent job log.
jobId
ID!
Identifier of the related job.
sequence
Int!
Monotonically increasing sequence number used for ordering.
stream
The stream associated with this agent job log.
message
String!
Human-readable message associated with this agent job log.
createdAt
String!
ISO 8601 timestamp when this agent job log was created.