cURL
curl --request GET \ --url https://api.edenai.run/v3/llm/responses/{response_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": 123, "model": "<string>", "status": "<string>", "output": [ { "id": "<string>", "type": "<string>", "role": "<string>", "status": "<string>", "content": [ { "type": "<string>", "text": "<string>", "annotations": [] } ] } ], "object": "response", "instructions": "<string>", "previous_response_id": "<string>", "usage": { "input_tokens": 123, "output_tokens": 123, "total_tokens": 123, "input_tokens_details": {}, "output_tokens_details": {} }, "error": {}, "metadata": {}, "cost": 123, "provider": "<string>" }
Retrieve a stored model response by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
"response"
Was this page helpful?
Contact support