メインコンテンツへスキップ
GET
/
v1
/
answers
/
{answer_id}
Antwort abrufen
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>"
    ]
  }
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

answer_id
string
必須

Eindeutiger Bezeichner für die abzurufende Antwort.

レスポンス

Erfolgreiche Antwort mit dem Antwortobjekt.

id
string
object
string
created
integer
metadata
object
task
string
result
object