cURL
curl --request GET \ --url https://api.olostep.com/v1/answers/{answer_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "created": 123, "metadata": {}, "task": "<string>", "result": { "json_content": "<string>", "json_hosted_url": "<string>", "sources": [ "<string>" ] } }
This endpoint retrieves a previously completed answer by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for the answer to be retrieved.
Successful response with the answer object.
Show child attributes