Spaces
A space is a folder-like grouping within a workspace. Use spaces to organize bug reports by project, feature, or team.
Response fields
| Field | Type | Description |
|---|---|---|
id | string | Unique space ID |
name | string | Space name |
createdAt | string | ISO 8601 timestamp |
updatedAt | string | ISO 8601 timestamp |
List spaces
GET /v1/workspaces/:workspaceId/spaces
Scope: spaces:read
| Parameter | Type | Description |
|---|---|---|
sort | string | Sort field (default: createdAt) |
order | string | asc or desc (default: desc) |
cursor | string | Pagination cursor |
limit | number | Results per page, 1–100 (default: 25) |
Create a space
POST /v1/workspaces/:workspaceId/spaces
Scope: spaces:write — Requires EDITOR role on the workspace
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Space name (max 80 chars) |