Mutation
Variables
Response
Mutations
appendAgentJobLogs
Appends agent job logs and returns agent job logs.
MUTATION
appendAgentJobLogs(jobId: ID!, logs: [AgentJobLogInput!]!): [AgentJobLog!]!Arguments
jobId
ID!
required
Identifier of the job.
logs
[AgentJobLogInput!]!
required
Logs used to filter or perform the operation.
Returns
[AgentJobLog!]!
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.
Mutation
Variables
Response