Skip to main content

Get organization projects

Get all projects that belong to an organization

Path Parameters
    id string required
Query Parameters
    state string

    Filter projects by state. If not specified, all projects are returned.
    Possible values: enabled or disabled

Responses

A successful response.


Schema
    projects object[]
  • Array [
  • id string
    name string
    title string
    orgId string
    metadata object
    createdAt date-time

    The time the project was created.

    updatedAt date-time

    The time the project was last updated.

  • ]
Loading...