Skip to main content

Get user projects

Get all the projects a user belongs to.

Path Parameters
    id string required
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...