Retrieve a project

Returns one visible canonical project/engagement identity record without raw GUI JSON fields.

GET/api/v1/projects/:id

Authorization

projects:readapi key scoperequired
Required scope when calling with an API key.

Path parameters

idstringrequired
Project 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_auth

No credentials provided

401
invalid_api_key

API key is invalid or revoked

404
project_not_found

Project does not exist or is outside the resolved workspace