Magic Search

Perform a full-text search across your workspace's content. Returns matching highlights, data (notes), insights, channels, tags, and themes in a single response.

Use the query field for keyword search, or provide structured filter objects to narrow results by specific entity types and their attributes. To include a content type with no filter constraints, pass an empty array for that type (e.g. "notes": []). Types omitted from the filter are excluded from results. The notes key in the filter and response corresponds to the "data" resource in the Dovetail product.

Results are paginated using offset and limit (default 50, max 250). Each content type is returned in its own array within the response.

Prefer Search V2

For more advanced filtering including location-based search, contributor filters, and additional content types (projects, folders, people, dashboards, agents), use the Search V2 (POST /v2/search) endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Body

integer
≥ 0
Defaults to 0

An optional offset - will default to 0 if not provided.

integer
0 to 250
Defaults to 50

A limit of search item results (highlights, notes, insights, channels and/or themes), if not provided it will be defaulted to 50 with a maximum of 250 search items per request.

filter
object

An optional filter for search. Please provide an empty array if you want to include other objects.

string

An optional query to search the highlights, notes, insights, channels and/or themes.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json