Skip to content
Pile
Esc
navigateopen⌘Jpreview

List workspaces

GET/workspaces
Responses
200Workspaces list
workspacesobject[]required
Show properties
Array of object
idstringrequired
namestringrequired
slugstringrequired
keystring | nullrequired
ownerIdstringrequired
createdAtstringrequired
updatedAtstringrequired
Try it
Server
Request
curl -X GET "/workspaces"
Response
{
  "workspaces": [
    {
      "id": "string",
      "name": "string",
      "slug": "string",
      "key": "string",
      "ownerId": "string",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}