GtmAgentRun
No description
type GtmAgentRun {
id: ID!
agent_type_label: String!
status_label: String!
attempt_count: Int!
duration_ms: Int
credits: Int
input_tokens: Int
output_tokens: Int
input_prompt: String
rendered_prompt: String
system_prompt: String
input_metadata: String
output_payload: String
agent_notes: String
error_message: String
started_at: DateTime
finished_at: DateTime
}


