Search Projects
Search active user projects by name.
This is a paginated endpoint. See the Pagination guide for details on using cursor-based pagination.
Query parameters
Search query to match project names. Matching is case-insensitive. Queries are matched literally unless * (wildcard) is included. Use \* for literal asterisk and \\ for literal backslash.
An opaque string used as the cursor for pagination. Must be used with the same parameters from the previous request
The number of objects to return in a page
Response
Successful Response
Example response
{
"results": [],
"next_cursor": "14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55"
}Changes
Changed in 1 of the 10 revisions of this API.2
- ○
added the required property
results/items/anyOf[subschema #1: PersonalProjectSyncView]/order_keyto the response with the200statusresponse-required-property-added
- ○
added the required property
results/items/anyOf[subschema #2: WorkspaceProjectSyncView]/order_keyto the response with the200statusresponse-required-property-added
- ○