ReferenceDashboard
Get pending action items
Returns action items extracted from calls, sorted by overdue status then by date. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.
GET
/v1/projects/{projectId}/dashboard/action-itemsReturns action items extracted from calls, sorted by overdue status then by date. When 'from' and/or 'to' are omitted, no date filtering is applied — all data is returned.
Authorization
ApiKeyAuth X-API-Key<token>
Organization API key. Format: X-API-Key: at_live_...
In: header
Path Parameters
projectId*string
Format
uuidQuery Parameters
from?string
Format
date-timeto?string
Format
date-timelimit?integer
Format
int32Response Body
*/*
*/*
curl -X GET "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/dashboard/action-items"{ "items": [ { "id": "string", "callId": "string", "callDate": "2019-08-24T14:15:22Z", "callFilename": "string", "description": "string", "responsibleParty": "string", "deadlineMentioned": "string", "evidence": "string", "isOverdue": true } ], "totalPending": 0}