cURL
curl --request GET \ --url https://api.alpic.ai/v1/projects/:projectId \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "teamId": "<string>", "sourceRepository": "<string>", "runtime": "python3.13", "transport": "stdio", "rootDirectory": "<string>", "buildCommand": "<string>", "buildOutputDir": "<string>", "installCommand": "<string>", "startCommand": "<string>", "createdAt": "2023-11-07T05:31:56Z", "productionEnvironment": { "id": "<string>", "name": "<string>", "mcpServerUrl": "<string>", "latestDeployment": { "id": "<string>", "status": "ongoing", "sourceCommitId": "<string>", "sourceCommitMessage": "<string>", "completedAt": "2023-11-07T05:31:56Z" } }, "environments": [ { "id": "<string>", "name": "<string>", "sourceBranch": "<string>", "mcpServerUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "projectId": "<string>", "latestDeployment": { "id": "<string>", "status": "ongoing", "sourceCommitId": "<string>", "sourceCommitMessage": "<string>", "completedAt": "2023-11-07T05:31:56Z" } } ] }
Get a project by ID
Bearer token for authentication. Get it from the API Keys page in team settings.
The ID of the project
The project details
python3.13
python3.14
node22
node24
stdio
sse
streamablehttp
Show child attributes
Was this page helpful?