Skip to main content
GET
Fetch Drafts
Returns a paginated list of draft entities belonging to the authenticated user. Drafts are invisible to all other users and excluded from all other entity list endpoints until published. Authentication required.

Query Parameters

number
default:"1"
Page number (1-indexed).
number
default:"10"
Number of drafts per page. Maximum 100.
string
Filter drafts by sourceId. Pass "null" to return drafts with no sourceId.
string
Filter drafts by space ID.
string
Comma-separated list of associations to include:
  • user — the author’s user profile
  • space — the space the entity belongs to
  • files — uploaded file/image attachments
topComment and saved are not supported for drafts.

Response

Returns a paginated response:
Each item is an Entity with isDraft: true. Results are ordered by most recently updated.

Error Responses

Returned when no user is authenticated.