Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.olostep.com/v1/searches/{search_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "created": 123, "metadata": {}, "query": "<string>", "credits_consumed": 123, "result": { "json_content": "<string>", "json_hosted_url": "<string>", "links": [ { "url": "<string>", "title": "<string>", "description": "<string>", "markdown_content": "<string>", "html_content": "<string>" } ], "size_exceeded": true, "credits_consumed": 123 } }
通过其 ID 检索先前完成的搜索。返回在搜索时持久化的内容,包括任何抓取的每个链接的内容。纯幂等读取——无重新抓取,无重新计费。
Bearer认证头格式为Bearer ,其中是你的认证令牌。
要检索的搜索的唯一标识符。
包含搜索对象的成功响应。
原始搜索请求消耗的总积分(5 个基本积分 + 每页抓取积分之和,如果使用了 scrape_options)。
Show child attributes
此页面对您有帮助吗?