EndpointsGet Workspaces
Endpoints

GET /workspaces

List all workspaces in the organization

curl -X GET "https://api.siddhidocs.com/v1/workspaces?limit=42" \
  -H "Content-Type: application/json"
["null"]
GET
/workspaces
GET
query
limitinteger

Number of workspaces to return (max 50)

Format: int32
Request Preview
Response

Response will appear here after sending the request

Query Parameters

limitinteger

Number of workspaces to return (max 50)

Responses

A paginated list of workspaces with their basic information

Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago