FruxonDocs
AgentsExecution Records

Gets the result of a specific execution.

Returns the final output and metadata, including response content, token usage, and timing information.

GET
/v1/tenants/{tenant}/agents/{agent}/execution-records/{executionRecord}:result

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
}