Projects

GETGet a project

Fetch a project resource by its unique project identifier

GET/v1/projects/{projectId}
Get a project
curl --request GET \
  --url 'http://localhost:4000/v1/projects/{projectId}' \
  --header 'Authorization: Bearer <token>'
200
application/json
{}

Get a project

Fetch a single project resource by its unique project identifier. Use this endpoint when an application or management workflow needs the project’s current identity and metadata rather than a collection of projects.

The endpoint reads the project without modifying it, so repeated requests have no side effects.

Authentication

Authorizationbearerrequired

Server API key (srv_). See Authentication.

Path Parameters

projectIdstringrequired

Project ID