lenx_get_task_data
Get paginated social media post data for a task within a time range, with cursor-based pagination for large result sets.
Instructions
Retrieve paginated social media post data for a specific task within a time range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID | |
| from | Yes | Start unix timestamp (inclusive) | |
| to | Yes | End unix timestamp (inclusive) | |
| size | Yes | Number of posts per page (max: 1000) | |
| search_after | No | Cursor for pagination: pass the last post's unix_timestamp to get the next page |