latestOpenAPI 3.1.02026-08-211061591.1 MB

69a962f1578f

Projects

Search Projects

Search active user projects by name.

This is a paginated endpoint. See the Pagination guide for details on using cursor-based pagination.

get/api/v1/projects/search

Query parameters

querystring required

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.

Example:Inbox
cursorstring nullable

An opaque string used as the cursor for pagination. Must be used with the same parameters from the previous request

Example:14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55
limitinteger

The number of objects to return in a page

Example:50

Response

Successful Response

next_cursorstring nullable required

Cursor for the next page of results, or null when there are no more results.

Example response

{
  "results": [],
  "next_cursor": "14540000435w8hj8pXXwPQJJch.X9DBH8ya2Xenok55"
}