v1

latestOpenAPI 3.0.42026-08-0462132372.2 KB

List projects

List the projects that are available to the authenticated Connect client

get/v1/connect/projects

Query parameters

afterstring

The cursor to start from for pagination

beforestring

The cursor to end before for pagination

limitinteger

The maximum number of results to return

qstring

A search query to filter the projects

Response

projects listed

Example response

{
  "page_info": {
    "count": 10,
    "total_count": 120
  }
}