Returns all workspaces the API key has access to within the organization.
cURL
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 IndexFetch the complete documentation index at: https://docs.landerlab.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.landerlab.io/llms.txt
Use this file to discover all available pages before exploring further.
API key with ll_live_ prefix
List of workspaces
Show child attributes
Was this page helpful?