Retrieve a delivery milestone

Returns one governed Delivery milestone with owner derivation and scoped work-item ids.

GET/api/v1/delivery/milestones/:id

Authorization

delivery-timeline:readapi key scoperequired
Required scope when calling with an API key.

Path parameters

idstringrequired
Delivery milestone ID

Example: dm_01k2...

Request

curl -X GET "https://www.digitalstack360.com/api/v1/delivery/milestones/dm_01k2..." \
  -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": "dm_01k2...",
    "project_id": "proj_abc123",
    "title": "Beta launch",
    "status": "in_progress",
    "target_date": "2026-07-31",
    "completion_pct": 60
  }
}

Errors

401
missing_auth

No credentials provided

401
invalid_api_key

API key is invalid or revoked

403
scope_insufficient

Key lacks delivery-timeline:read scope

404
milestone_not_found

Milestone does not exist or is outside the resolved workspace