FruxonDocs
ApiIntegration config sandbox

Get sandbox status for an integration config.

Returns aggregate counts for the sandbox attached to a single integration config: number of simulated entities by type, total simulated tool calls, and last-activity timestamp. Use this to render a sandbox overview before drilling into entities or calls.

GET
/v1/tenants/{tenant}/integrations/{integration}/configs/{config}/sandbox
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 status to fetch.

Formatuuid
tenant*string

The tenant identifier

integration*string

The integration identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/integrations/string/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/sandbox"
{
  "configId": "00000000-0000-0000-0000-000000000000",
  "entityCounts": {},
  "callCount": 0,
  "lastActivityAt": 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
}