Skip to main content

List all projects

Lists all the projects from all the organizations in a Frontier instance. It can be filtered by organization and state.

Query Parameters
    org_id string

    The organization id to filter by.

    state string

    The state to filter by. It can be enabled or disabled.

Responses

A successful response.


Schema
    projects object[]
  • Array [
  • id string
    name string
    title string
    org_id string
    metadata object
    created_at date-time

    The time the project was created.

    updated_at date-time

    The time the project was last updated.

    members_count int32

    The number of members explicitly added in the project.

  • ]
Loading...