Get Search Results
fc_get_search_resultsRetrieve file search results by search ID. Paginate with offset and limit to control output.
Instructions
Retrieves results of a running or completed search.
Args:
search_id (string): Search ID from fc_start_search
offset (number, optional): Start offset for pagination
limit (number, optional): Maximum number of results (default: 50)
Returns:
Search status and found files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| offset | No | Start offset | |
| search_id | Yes | Search ID |