Search workspace
Search
Search Workspace
Search across workspace members, projects, domains, and links
GET
Search workspace
Find a specific recording link, project, domain, or teammate inside a workspace by name. Use this endpoint to power typeahead pickers, quick-jump UIs, or any flow where a user types a few characters to locate a resource. Pass the resource kind asDocumentation Index
Fetch the complete documentation index at: https://docs.userplane.io/llms.txt
Use this file to discover all available pages before exploring further.
type and the search text as q. Each type uses the matching strategy best suited for its data:
links— Postgres full-text search with prefix matching, ranked by relevancemembers— case-insensitive match on member nameprojects— case-insensitive match on project titledomains— case-insensitive match on domain URL
type, so data.type tells you which shape data.results has.
Errors
| Error code | Status | Description |
|---|---|---|
WORKSPACE_NOT_FOUND | 404 | Workspace does not exist |
WORKSPACE_GONE | 410 | Workspace has been deleted |
WORKSPACE_SEARCH_TERM_REQUIRED | 400 | q is empty after trimming |
WORKSPACE_SEARCH_TYPE_INVALID | 400 | type is not one of the four allowed values |
WORKSPACE_SEARCH_UNAVAILABLE | 500 | Search backend is temporarily unavailable |
Related
List Links
Paginate through all links in a workspace
List Projects
Paginate through all projects in a workspace
Authorizations
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
Path Parameters
Minimum string length:
1Query Parameters
Required string length:
1 - 100Available options:
members, projects, domains, links Required range:
1 <= x <= 20