Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Read the chronological event timeline for a product, account, or cycle.
curl -X GET "https://app.dacard.ai/api/intelligence/timeline?productId=prod_abc&since=2026-04-01" \ -H "Authorization: Bearer $DACARD_API_KEY"
productId
since
eventTypes
score.completed,move.landed
limit
{ "events": [ { "id": "evt_...", "ts": "2026-05-04T12:00:00Z", "type": "score.completed", "productId": "prod_abc", "summary": "Score landed at 78" } ], "nextCursor": null }
AUTH_REQUIRED
INTERNAL_ERROR
Was this page helpful?