Skip to main content
GET
/
api
/
projects
/
{id}
Get project by ID via API key
curl --request GET \
  --url https://api.leanmcp.com/api/projects/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Enter your LeanMCP API key

Path Parameters

id
string
required

Project ID

Example:

"proj_123456789"

Response

Project retrieved successfully

The response is of type object.