List workbenches
GET/v1/api/ai/workbenches
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
q | string | — |
project_id | string | — |
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"agent_runtime_id": "string",
"description": "string",
"id": "string",
"inserted_at": "string",
"name": "string",
"project_id": "string",
"repository_id": "string",
"system_prompt": "string",
"updated_at": "string"
}
]
}