Skip to main content
GET
/
v2
/
workspaces
/
{workspaceId}
/
llm-studios
Get LLM Studios
curl --request GET \
  --url http://localhost:3000/api/v2/workspaces/{workspaceId}/llm-studios \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "type": "<string>",
    "configuration": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Response

List of LLM studios

id
string
required
name
string
required
type
string
required
configuration
object
required
I