Get per-URL results for a task
get_task_linksRetrieve URLs from an indexing task with their indexed, unindexed, pending, or error status. Filter by status and paginate large tasks, with a summary count included.
Instructions
Return each URL in an indexing or index-check task with its status (indexed / unindexed / pending / error). Filter by status and paginate with limit/offset for big tasks. Always includes a summary count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max links to return. | |
| offset | No | ||
| status | No | Only return links with this status. | |
| task_id | Yes | Rapid Indexer task id (from list_tasks or a create_* result). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | ||
| offset | Yes | ||
| summary | Yes | ||
| task_id | Yes | ||
| has_more | Yes | ||
| returned | Yes |