Fetch Drafts
Entity Endpoints
Fetch Drafts
Get the authenticated user’s draft entities
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.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Page number (1-indexed).
Number of drafts per page. Maximum
100.Filter drafts by
sourceId. Pass "null" to return drafts with no sourceId.Filter drafts by space ID.
Comma-separated list of associations to include:
user— the author’s user profilespace— the space the entity belongs tofiles— uploaded file/image attachments
topComment and saved are not supported for drafts.Response
Returns a paginated response:isDraft: true. Results are ordered by most recently updated.
Error Responses
Unauthorized — 401
Unauthorized — 401

