{ "opencollection": "1.0.0", "info": { "name": "Nex Developer AI Lists Timeline API", "version": "1.0" }, "items": [ { "info": { "name": "Timeline", "type": "folder" }, "items": [ { "info": { "name": "Get record timeline", "type": "http" }, "http": { "method": "GET", "url": "https://app.nex.ai/api/developers/v1/records/:record_id/timeline", "params": [ { "name": "record_id", "value": "", "type": "path", "description": "Record ID" }, { "name": "limit", "value": "", "type": "query", "description": "Max events to return (1-100, default: 50)" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor from previous response" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves the activity timeline for a specific record, including tasks, notes, attribute changes, and relationship events. Supports cursor-based pagination." } ] } ], "bundled": true }