Projects
List Projects
Projects
List Projects
Retrieve a list of projects.
GET
/
v2
/
projects
curl --request GET \
--url https://rest.cerebrium.ai/v2/projects \
--header 'Authorization: Bearer <token>'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl --request GET \
--url https://rest.cerebrium.ai/v2/projects \
--header 'Authorization: Bearer <token>'