Get workbench by name
GET/v1/api/ai/workbenches/name
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
namerequired | string | — |
Response samples
200
{
"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"
}