My App
API ReferenceWorkspaces

Get Workspace

Get details about a specific workspace.

View workspace settings and ownership info. You must be a member to access it.

GET
/v1/workspaces/{workspace_id}

Path Parameters

workspace_id*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "string",
  "slug": "string",
  "owner_id": "8826ee2e-7933-4665-aef2-2393f84a0d05",
  "member_count": 0,
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}