Skip to main content

Get Workspace

GET 

https://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

Successful Response
Schema
  • Array [

  • idobject
    anyOf

    string

    name Name (string)required
    descriptionobject
    anyOf

    string

    typeobject

    required

    anyOf

    string

  • ]

curl -L 'https://cloud.agenta.ai/api/workspaces' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://cloud.agenta.ai/api
Auth
ResponseClear

Click the Send API Request button above and see the response here!