Skip to main content
Use the Search API to query workspace content with a single text query. Limit search scope with the types filter. Search requests require a token with workspace access and a PrivateGPT gateway linked to your organization collection.

Basic request and response

Search across resources with GET /api/v1/app/search.

Search only threads

Metadata by result type

Errors and edge cases

  • 400: missing q, blank query, query outside the 3-80 character range, invalid types, or limit <= 1.
  • 403: insufficient permissions.