Fetch Collection Entities
Collection Endpoints
Fetch Collection Entities
Get paginated entities saved in a collection
GET
Fetch Collection Entities
Returns a paginated list of entities saved in the specified collection. The collection must belong to the authenticated user.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.
Path Parameters
The ID of the collection to fetch entities from.
Query Parameters
Page number (1-indexed). Default:
1.Number of entities per page. Default:
20.Sort mode.
added sorts by when the entity was saved; others sort by entity properties. Default: "new".Sort direction. Default:
"desc".Comma-separated list of associations to include:
user, space, topcomment.Response
The page of entity objects. Each entity includes
isSaved: true.Pagination metadata.
Error Responses
Collection Not Found — 404
Collection Not Found — 404
Server Error — 500
Server Error — 500

