List Projects

List all projects by given filters.

Query Params
string

The pagination cursor to navigate over to the next list of resources. If you pass a specific limit to your request, or you rely on the default value of the number of resources to be returned, then your subsequent call has to include the cursor in order to retrieve the next list of resources. If cursor is missing, the first page is returned.

integer
1 to 200
Defaults to 200

The maximum number of projects returned per request.

id
array of strings

Filter results matching any of the provided projects' ids.

id
name
array of strings

Filter results matching any of the provided project names. Multiple names should be comma-separated.

name
string
enum

The status of the projects to filter by.

Allowed:
project_code
array of strings

Filter results matching any of the provided project codes. Multiple codes should be comma-separated.

project_code
parent_project.id
array of strings

Filter results matching any of the provided parent project ids. Multiple ids should be comma-separated.

parent_project.id
boolean

Filter results to only include top level projects (Projects without a parent project).

include
array of strings

Include additional information in the response. Multiple values should be comma-separated. These fields are not included by default for performance reasons.

include
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json