Spaces

A space is a folder-like grouping within a workspace. Use spaces to organize bug reports by project, feature, or team.

Response fields

FieldTypeDescription
idstringUnique space ID
namestringSpace name
createdAtstringISO 8601 timestamp
updatedAtstringISO 8601 timestamp

List spaces

GET /v1/workspaces/:workspaceId/spaces

Scope: spaces:read

ParameterTypeDescription
sortstringSort field (default: createdAt)
orderstringasc or desc (default: desc)
cursorstringPagination cursor
limitnumberResults per page, 1–100 (default: 25)

Create a space

POST /v1/workspaces/:workspaceId/spaces

Scope: spaces:write — Requires EDITOR role on the workspace

FieldTypeRequiredDescription
namestringYesSpace name (max 80 chars)