cURL
curl -X GET 'https://app-be.thesis.io/api/v1/integration/spaces?offset=0&limit=10&title=AI%20Research' \ -H 'Authorization: Bearer YOUR_SPACE_API_TOKEN'
{ "status": "Get list spaces success", "data": [], "pagination": { "offset": 0, "limit": 10, "total": 25, "has_more": true } }
Retrieves a paginated list of spaces accessible to the authenticated user. Supports filtering by title and pagination with offset/limit parameters.
Enter your API token in the format: Bearer <your_token_here>
Spaces retrieved successfully
Response status message
"Get list spaces success"
List of spaces matching the request
Show child attributes
Pagination information for the results