Skip to main content
GET
/
projects
/
{project_id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "slug": "<string>",
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_by_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "is_default": true,
  "n_codes": 123,
  "n_analyses": 123,
  "team": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "slug": "<string>",
    "is_default": true,
    "created_by_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  },
  "created_by_user": {
    "id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "username": "<string>"
  },
  "description": "<string>",
  "tags": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

project_id
string
required

Response

Successful Response

id
string<uuid>
required
created_at
string<date-time>
required
name
string
required
slug
string
required
team_id
string<uuid>
required
created_by_user_id
string<uuid>
required
is_default
boolean
required
n_codes
integer
required
n_analyses
integer
required
team
TeamSchema · object
required
created_by_user
UserSchema · object
required
description
string | null
tags
string[]