Skip to main content

List All Projects

GET 

/org/:orgId/projects

List All Projects

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

Responses

Success.

Schema

  • Array [

  • id string
    name string
    description string
    version integer
    created integer
    createdBy string
  • ]

Loading...