List notes with pagination and sorting
Retrieves a paginated list of notes with optional filtering by task ID and customizable sorting. Supports both ascending and descending order. Notes are filtered based on the authenticated user's permissions and can be limited to notes for a specific task.
Query parameters
ID of the task to filter notes by. If provided, only notes for this task will be returned.
Field to sort the notes by
Sort order direction
Page number for pagination
Maximum number of notes to return per page
Organization ID. When set together with admin or invoicing permission on the organization, the response includes notes across all teams in that organization (used by the document picker).
Response
Successfully retrieved list of notes
Changes
No recorded changes to this endpoint across all 3 revisions of this API.