FruxonDocs
ApiIntegration config sandbox

List simulated tool calls in the sandbox.

Returns the audit trail of simulated tool invocations against this sandbox. Optionally filter by tool key. Useful for debugging agent behavior in evaluation runs.

GET
/v1/tenants/{tenant}/integrations/{integration}/configs/{config}/sandbox/calls
AuthorizationBearer <token>

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

In: header

Path Parameters

config*string

The integration config id whose sandbox to query.

Formatuuid
tenant*string

The tenant identifier

integration*string

The integration identifier

Query Parameters

toolKey?string

Optional tool-key filter (exact match).

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/integrations/string/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/sandbox/calls"
[
  {
    "id": "00000000-0000-0000-0000-000000000000",
    "toolKey": "string",
    "responsePayload": "string",
    "simulatedEntityId": "00000000-0000-0000-0000-000000000000",
    "createdAt": 0
  }
]
{
  "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
}