Karia
ReferencesOpenapiOrganisation

List organisation workspaces

GET
/organisation/{orgId}/workspace

List workspaces for the specified organisation, with pagination.

Authorization

ApiKeyAuth
x-api-key<token>

API key for authentication

In: header

Path Parameters

orgId*string

Query Parameters

page?number
Range1 <= value
Default1
limit?number
Range1 <= value <= 50
Default10

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organisation/string/workspace"
{  "items": [    {      "id": 0,      "name": "string",      "type": "string",      "createdAt": "string"    }  ],  "pagination": {    "total": 0,    "page": 0,    "limit": 0,    "totalPages": 0  }}