Skip to main content
GET
Fetch Collection Entities
Returns a paginated list of entities saved in the specified collection. The collection must belong to the authenticated user.

Path Parameters

string
required
The ID of the collection to fetch entities from.

Query Parameters

number
Page number (1-indexed). Default: 1.
number
Number of entities per page. Default: 20.
"new" | "top" | "hot" | "added"
Sort mode. added sorts by when the entity was saved; others sort by entity properties. Default: "new".
"asc" | "desc"
Sort direction. Default: "desc".
string
Comma-separated list of associations to include: user, space, topcomment.

Response

Entity[]
The page of entity objects. Each entity includes isSaved: true.
object
Pagination metadata.

Error Responses