List context packages
Lists governed persisted context packages with stable filters, provenance, coverage, and cursor pagination.
GET
/api/v1/context-engine/packagesAuthorization
context-engine:readapi key scoperequiredRequired scope when calling with an API key.
Query parameters
limitnumberoptionalMaximum packages, 1–100
Example: 25
cursorstringoptionalISO timestamp cursor from next_cursor
contribution_typestringoptionalExact contribution-type filter
providerstringoptionalExact provider/promoter filter
statusstringoptionalPackage status filter
project_idstringoptionalOnly packages linked through adoption workspace to this project UUID.
Example: 24ea6df2-7f4c-4c32-9fc1-6c8a0cb5b4b2
engagement_idstringoptionalOnly packages linked through project to this commercial engagement UUID.
Request
curl -X GET "https://www.digitalstack360.com/api/v1/context-engine/packages?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": [],
"meta": {
"total_count": 0,
"truncated": false,
"next_cursor": null
}
}Errors
401
missing_authNo credentials provided
401
invalid_api_keyAPI key is invalid or revoked
400
invalid_requestPagination or filter input is invalid
403
scope_insufficientKey lacks context-engine:read scope