ApiLlm provider configs
Gets a configuration by ID.
Returns the current draft state of the config with secret parameters masked. To read the values that agents actually execute against, fetch the revision pointed to by `PublishedRevisionId`.
Authorization
Bearer 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.
Format
uuidtenant*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"{
"id": "00000000-0000-0000-0000-000000000000",
"providerId": "string",
"displayName": "string",
"parameters": {},
"publishedRevisionId": "00000000-0000-0000-0000-000000000000",
"createdBy": "string",
"createdAt": 0,
"modifiedAt": 0
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}