Projects

Get projects

List projects. Returns a paginated collection of projects accessible to the authenticated user. Supports filtering, sorting, and including related resources.

get/api/v2/projects

Query parameters

OR

Filters

{
  "status": {
    "eq": "active"
  }
}
sortstring[]

Sort project

Headers

X-Organization-Idstring required

Organization ID

Response

Collection project

Changes