List and filter time records.
Query parameters
| Name | Type | Description |
|---|---|---|
| state | stringoptional | Filter by record state, e.g. needs_review. |
| source | stringoptional | Filter by capture source, e.g. web_clock. |
| limit | integeroptional | Page size, 1–100 (default 20). |
| starting_after | stringoptional | Cursor: last object id from the previous page. |
Response
{
"object": "list",
"has_more": true,
"data": [
{
"id": "rec_4821",
"state": "needs_review",
"source": "web_clock",
"policy": { "id": "auto_clockout", "version": 4 },
"classification": "deterministic",
"decision": null
}
]
}