Skip to main content
GET
/
api
/
v2
/
organizations
/
{organizationId}
/
workspaces
/
get
List workspaces
curl --request GET \
  --url https://api.landerlab.dev/api/v2/organizations/{organizationId}/workspaces/get \
  --header 'X-API-Key: <api-key>'
{
  "workspaces": [
    {
      "id": 123,
      "name": "<string>",
      "organizationId": 123,
      "default": true,
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key with ll_live_ prefix

Response

List of workspaces

workspaces
object[]
required