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.
List all stored score results across the caller’s products. Cursored.
productId
curl -X GET "https://app.dacard.ai/api/results?productId=prod_abc&limit=20" \ -H "Authorization: Bearer $DACARD_API_KEY"
cursor
limit
{ "results": [ { "id": "scr_...", "productId": "prod_abc", "totalScore": 78, "stageName": "Scaling", "createdAt": "2026-04-29T08:00:00Z" } ], "nextCursor": "..." }
AUTH_REQUIRED
INTERNAL_ERROR
Was this page helpful?