{
"page": 123,
"page_size": 123,
"more": true,
"total_pages": 123,
"results": [
{
"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>"
},
"n": 123,
"description": "<string>",
"tags": [
"<string>"
]
}
]
}list all projects with optional filtering and pagination
{
"page": 123,
"page_size": 123,
"more": true,
"total_pages": 123,
"results": [
{
"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>"
},
"n": 123,
"description": "<string>",
"tags": [
"<string>"
]
}
]
}API key in Bearer token format
Successful Response
Show child attributes