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>" } ] } }
Récupérer une recherche précédemment complétée par son ID.
En-tête d'authentification Bearer sous la forme Bearer , où est ton jeton d'authentification.
Identifiant unique pour la recherche à récupérer.
Réponse réussie avec l'objet de recherche.
Show child attributes
Cette page vous a-t-elle été utile ?