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>", "result": { "json_content": "<string>", "json_hosted_url": "<string>", "links": [ { "url": "<string>", "title": "<string>", "description": "<string>" } ] } }
通过其 ID 检索先前完成的搜索。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Eindeutiger Bezeichner für die abzurufende Suche.
Erfolgreiche Antwort mit dem Suchobjekt.
Show child attributes
Cette page vous a-t-elle été utile ?