List document favoriters
This endpoint requires Manager or Owner permissions on the requested document.
Lists users who have favorited a published document, paginated and sorted by favoritedAt.
Use this endpoint when you need to know “who favorited document X” — for example, a content-migration script that preserves favorites when replacing a document needs to call this once per document, rather than iterating every user in the organization.
Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Path Parameters
Document identifier (either document ID or slug).
Query Parameters
Page cursor from a previous response's nextCursor. Omit for the first page.
Number of items per page (min 1, max 100).
1 <= x <= 100Sort direction by favoritedAt. asc returns oldest favorites first; desc returns newest first.
asc, desc