Get search results
Execute a search query across multiple workspace entities, including boards, cards, pages, and projects. Customize the search by specifying targeted fields like title or content, filtering by types of objects, or focusing on specific statuses. Additional options include filtering by project, controlling whether archived data is included, and choosing grouped or ungrouped results. This comprehensive search endpoint provides flexibility to locate relevant workspace data efficiently.
Documentation Index
Fetch the complete documentation index at: https://superthread.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Query Parameters
Search query
cursor for pagination
max number of items to return. defaults to 25
Types of object you would like to search against. includes all types if not specified
boards, cards, pages, projects Fields you would like to target in the free text search
title, content Whether or not to include archived data. defaults to false
Card statuses to filter by
backlog, committed, started, completed, cancelled Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".
Whether the results will be grouped by type (as opposed to all under the 'results' prop). defaults to true
Whether matching result text may include Elasticsearch highlight markup. defaults to false
Opening tag wrapping highlighted terms in title and excerpt fields. Defaults to .
Closing tag wrapping highlighted terms in title and excerpt fields. Defaults to .