78 lines
1.5 KiB
Markdown
78 lines
1.5 KiB
Markdown
[Skip to content](https://coolify.io/docs/api-reference/api/operations/list-projects#VPContent)
|
||
|
||
Return to top
|
||
|
||
List[](https://coolify.io/docs/api-reference/api/operations/list-projects#list)
|
||
|
||
=================================================================================
|
||
|
||
GET
|
||
|
||
/projects
|
||
|
||
List projects.
|
||
|
||
Authorizations[](https://coolify.io/docs/api-reference/api/operations/list-projects#authorizations)
|
||
|
||
-----------------------------------------------------------------------------------------------------
|
||
|
||
bearerAuth
|
||
|
||
Go to `Keys & Tokens` / `API tokens` and create a new token. Use the token as the bearer token.
|
||
|
||
Type
|
||
|
||
HTTP (bearer)
|
||
|
||
Responses[](https://coolify.io/docs/api-reference/api/operations/list-projects#responses)
|
||
|
||
-------------------------------------------------------------------------------------------
|
||
|
||
200400401
|
||
|
||
Get all projects.
|
||
|
||
Content-Type
|
||
|
||
application/json
|
||
|
||
SchemaJSON
|
||
|
||
JSON
|
||
|
||
\[\
|
||
\
|
||
{\
|
||
\
|
||
"id": 0,\
|
||
\
|
||
"uuid": "string",\
|
||
\
|
||
"name": "string",\
|
||
\
|
||
"description": "string"\
|
||
\
|
||
}\
|
||
\
|
||
\]
|
||
|
||
GET
|
||
|
||
/projects
|
||
|
||
Playground[](https://coolify.io/docs/api-reference/api/operations/list-projects#playground)
|
||
|
||
---------------------------------------------------------------------------------------------
|
||
|
||
Authorization
|
||
|
||
bearerAuth
|
||
|
||
Try it out
|
||
|
||
Samples[](https://coolify.io/docs/api-reference/api/operations/list-projects#samples)
|
||
|
||
---------------------------------------------------------------------------------------
|
||
|
||
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)
|