FruxonDocs
AgentsExecution Records

Gets per-environment execution summaries for an agent.

Returns aggregated execution count, total cost, and last activity time for each environment that has execution records for this agent.

GET
/v1/tenants/{tenant}/agents/{agent}/environmentsSummary
AuthorizationBearer <token>

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

In: header

Path Parameters

agent*string

The unique identifier of the agent.

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/agents/string/environmentsSummary"
[
  {
    "environmentSlug": "string",
    "name": "string",
    "executionCount": 0,
    "totalCost": 0,
    "lastActiveAt": 0
  }
]
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}