GET/v1/workspace
API ExplorerRequest
curl -X GET "/v1/workspace"
Response
Run the request to inspect the response.
The Workspace endpoint returns the Workspace associated with the bearer Token. It includes the current plan and quota fields needed to show how much history the Workspace can preserve.
Endpoint
| Method | Path | Scope |
|---|---|---|
GET | /v1/workspace | workspaces.read |
The response includes monthlyMomentsCount, monthlyMomentsLimit,
momentsLimit, activeTrackingsLimit, collectionsLimit, tagsLimit,
usersLimit, and aiLimit.
Rate-limit headers remain available on every response. When the quota is
exceeded, the API returns 429 Too Many Requests with Retry-After.

