Skip to main content
MUTATION
appendAgentJobLogs(jobId: ID!, logs: [AgentJobLogInput!]!): [AgentJobLog!]!

Arguments

jobId
ID!
required

Identifier of the job.

logs
required

Logs used to filter or perform the operation.

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.

Mutation
Variables
Response