Workspaces

List all workspaces the API key can access. Keys are user-scoped: a workspace appears if the key's user is a member of it, or if it has been explicitly granted to them via /public/v1/workspace-grants. Granted-only workspaces report access: "grant".

get/public/v1/workspaces

Query parameters

limitnumber
offsetnumber

Number of records to skip. Capped at 1,000.

Response

Default Response

statusCodenumber
statusboolean
messagestring

Changes

Changed in 1 of the 4 revisions of this API.1

    • added the optional property data/workspaces/items/access to the response with the 200 status

      response-optional-property-added