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 as
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
Also returns common authentication errors.
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