Skip to main content

Get my projects

Get all projects the current user belongs to

Query Parameters
    orgId string

    org_id is optional and filter projects by org

    withPermissions string[]

    list of permissions needs to be checked against each project query params are set as with_permissions=get&with_permissions=delete to be represented as array

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.

  • ]
  • accessPairs object[]
  • Array [
  • projectId string
    permissions string[]
  • ]
Loading...