AgentsExecution Records
Gets the result of a specific execution.
Returns the final output and metadata, including response content, token usage, and timing information.
Path Parameters
agent*string
The unique identifier of the agent.
executionRecord*string
The execution record identifier.
tenant*string
The tenant identifier
Response Body
curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/execution-records/string:result"{
"agentExecutionRecordId": "00000000-0000-0000-0000-000000000000",
"agentId": "string",
"agentRevision": 0,
"parameters": {},
"result": {
"strValue": "string",
"jsonValue": null,
"fileLink": "string"
},
"createdAt": 0,
"tenantId": "00000000-0000-0000-0000-000000000000"
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Lists execution records for an agent.
Returns a paginated list of all executions, ordered by most recent first. Optionally filter by time range using the startTime and endTime parameters.
Gets the detailed trace of a specific execution.
Returns the full execution trace including all intermediate steps, tool calls, AI model interactions, and timing breakdowns.