FruxonDocs
AgentsExecution Records

Lists evaluation samples derived from this execution — one per dataset the execution is tagged into.

Returns the cross-reference rows created by `POST .../executionRecords/{executionRecord}:addToDatasets`, each pointing at the dataset it was added to along with its quality label and tags. Useful for showing "this run is in N datasets" affordances in the trace UI and for callers building dataset-curation tooling. Returns an empty list (not 404) if the execution exists but has never been added to a dataset.

GET
/v1/tenants/{tenant}/agents/{agent}/executionRecords/{executionRecord}/samples
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

agent*string

The agent identifier.

executionRecord*string

The execution identifier.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/executionRecords/string/samples"
[
  {
    "id": "00000000-0000-0000-0000-000000000000",
    "datasetId": "00000000-0000-0000-0000-000000000000",
    "executionId": "string",
    "inputPayload": {},
    "output": "string",
    "agentRevision": 0,
    "quality": "GOOD",
    "isGolden": false,
    "createdBy": "string",
    "createdAt": 0,
    "modifiedAt": 0,
    "tags": [
      "string"
    ]
  }
]
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}