Get profile
GET /api/organizations/{org_id}/profiles/{name}
Get details of a specific profile.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | path | `string | null` | yes |
name | path | string | yes | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | — |
llm | object | yes | — |
Operation ID: get_profile_api_organizations__org_id__profiles__name__get