Skip to main content
GET
/
projects
{
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "description": "<string>",
      "tags": [
        "<string>"
      ],
      "n_versions": 123,
      "n_audits": 123,
      "n": 123
    }
  ],
  "more": true,
  "total_pages": 123
}

Authorizations

Authorization
string
header
required

API key in Bearer token format

Query Parameters

page
integer
page_size
integer
name
string
tag
string

Response

Successful Response

more
boolean
required
total_pages
integer
required
results
ProjectIndex · object[]
I