Retrieve a project
Returns one visible canonical project/engagement identity record without raw GUI JSON fields.
GET
/api/v1/projects/:idAuthorization
projects:readapi key scoperequiredRequired scope when calling with an API key.
Path parameters
idstringrequiredProject ID
Example: proj_abc123
Request
curl -X GET "https://www.digitalstack360.com/api/v1/projects/proj_abc123" \
-H "Authorization: Bearer $DS_API_KEY"Examples use a placeholder key from your environment. Store your key in $DS_API_KEY — never commit it.
Response
200 OK
{
"data": {
"id": "proj_abc123",
"name": "Acme replatform",
"client_name": "Acme",
"status": "active",
"commercial_engagement_id": "eng_abc123"
}
}Errors
401
missing_authNo credentials provided
401
invalid_api_keyAPI key is invalid or revoked
404
project_not_foundProject does not exist or is outside the resolved workspace