v1

latestOpenAPI 3.0.22026-07-261040577.4 KB
Notes

List notes

Retrieve all data entries (notes) in your workspace. These are documents within a project that capture raw research data such as interview transcripts, survey responses, and session recordings. They are the primary place where highlights and tags are applied.

Note: The notes resource has been renamed to data in Dovetail. New integrations should use the equivalent data endpoints (/v1/data) instead, which provide the same functionality with additional features like title filtering.

Results can be filtered by folder, project, or creation date. They can be sorted by creation date or title and are paginated.

get/v1/notes

Query parameters

start_cursorstring
limitinteger nullable

See Pagination for details about how to use a cursor to iterate through the list.

See Filters for details on parameter formatting.

'created_at:asc' | 'created_at:desc' | 'title:asc' | 'title:desc'
OR
string[]

See Sort for details on the sort parameter.

Response

200