FruxonDocs
ApiLlm provider configs

Gets a specific revision of a configuration.

Returns the immutable snapshot of `Parameters` captured when the revision was published, along with its version number and any publish note. The revision must belong to the supplied config; mismatched pairs return 404.

GET
/v1/tenants/{tenant}/llmProviders/{llmProvider}/configs/{llmConfig}/revisions/{llmConfigRevision}
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
llmConfigRevision*string

The revision 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/revisions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "00000000-0000-0000-0000-000000000000",
  "tenantId": "00000000-0000-0000-0000-000000000000",
  "configId": "00000000-0000-0000-0000-000000000000",
  "providerId": "string",
  "version": 0,
  "parameters": {},
  "note": "string",
  "createdBy": "string",
  "createdAt": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}