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>" } ] } }
Retrieve a previously completed search by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the search to be retrieved.
Successful response with the search object.
Show child attributes