PrompticPromptic

List workspaces for current user

Requires session authentication (not API key)

GET
/workspaces

Requires session authentication (not API key)

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/workspaces"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "description": "string",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}
{
  "error": "string"
}