FruxonDocs
ApiLlm provider configs

Lists agents and assets that reference this configuration.

Returns every agent whose current revision has an LLM config entry pointing to this tenant config via `TenantConfigId`, and every asset that uses this config for embedding credentials. Use this before deleting or rolling back a config to understand the impact.

GET
/v1/tenants/{tenant}/llmProviders/{llmProvider}/configs/{llmConfig}/usage
AuthorizationBearer <token>

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

In: header

Path Parameters

llmConfig*string

The configuration ID.

Formatuuid
tenant*string

The tenant identifier

llmProvider*string

The LLM provider identifier (e.g., openai, anthropic)

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/llmProviders/string/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/usage"
{
  "agents": [
    {
      "agentId": "string",
      "agentDisplayName": "string",
      "revision": 0
    }
  ],
  "assets": [
    {
      "assetId": "string",
      "assetDisplayName": "string",
      "sourceType": "string"
    }
  ]
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}