Skip to main content

List all projects

Returns a list of projects within a workspace. The projects are returned sorted by creation date, with the most recent projects appearing first.

Query Parameters
  • limit integer

    Possible values: >= 1 and <= 500

    A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 100.

  • after string

    A cursor for use in pagination. For instance, if you make a list request and receive 100 objects, ending with 123456, your subsequent call can include after=123456 in order to fetch the next page of the list.

Responses

OK


Schema
  • has_more boolean
  • total_count integer
  • data object[]
  • id string
  • name string
  • description string
  • workspace_id string
  • created_at date-time
  • updated_at date-time
Loading...