List context providers

Lists native Context Engine read models and governed contribution providers with capabilities, coverage, freshness, and explicit authority boundaries.

GET/api/v1/context-engine/providers

Authorization

context-engine:readapi key scoperequired
Required scope when calling with an API key.

Query parameters

project_idstringoptional
Calculate contribution coverage for this project UUID.

Example: 24ea6df2-7f4c-4c32-9fc1-6c8a0cb5b4b2

engagement_idstringoptional
Calculate contribution coverage for this commercial engagement UUID.

Request

curl -X GET "https://www.digitalstack360.com/api/v1/context-engine/providers?project_id=24ea6df2-7f4c-4c32-9fc1-6c8a0cb5b4b2" \
  -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": "project_health",
      "name": "Project Health",
      "classification": "native_read_model",
      "capabilities": [
        "project_health"
      ],
      "coverageStatus": "available",
      "freshnessStatus": "fresh",
      "authority": "Supplies advisory delivery-health signals without gaining scheduling or staffing authority."
    }
  ]
}

Errors

401
missing_auth

No credentials provided

401
invalid_api_key

API key is invalid or revoked

403
scope_insufficient

Key lacks context-engine:read scope