Get Workspace
GEThttps://cloud.agenta.ai/api/workspaces
Get workspace details.
Returns details about the workspace associated with the user's session.
Returns: Workspace: The details of the workspace.
Raises: HTTPException: If the user does not have permission to perform this action.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
idobject
name Name (string)required
descriptionobject
typeobjectrequired
[
{
"id": "string",
"name": "string",
"description": "string",
"type": "string"
}
]
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://cloud.agenta.ai/api/workspaces' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear