Skip to main content
QUERY
agentJobLogs(jobId: ID!, afterSequence: Int): [AgentJobLog!]!

Arguments

jobId
ID!
required

Identifier of the job.

afterSequence
Int
default:-1

The after sequence used to filter or perform the operation. Defaults to -1.

Returns

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.

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.

Query
Variables
Response