Projects
GETList projects
List projects available to an authenticated server key
GET
/v1/projectsList projects
curl --request GET \
--url 'http://localhost:4000/v1/projects' \
--header 'Authorization: Bearer <token>'200
application/json{}List projects
Use this endpoint to retrieve the projects visible to the authenticated server key. An admin server key lists all projects, while a project-scoped server key lists only its own project.
The operation reads project data without modifying projects or related resources. Results are returned in the project-list response envelope; the endpoint does not define pagination or ordering behavior.
Authentication
AuthorizationbearerrequiredServer API key (srv_). See Authentication.