Pathnovo Logo
GET/api/v1/projects/🔒 Auth required

List projects in the caller's org

Responses

200SuccessArray<ProjectResponse>
[
  {
    "id": "UUID",
    "org_id": "UUID",
    "name": "str",
    "code": "str",
    "is_project_specific": "bool",
    "created_at": "datetime"
  }
]