メインコンテンツへスキップ
POST
/
evaluations
/
status
評価ステータス
curl --request POST \
  --url https://api.example.com/evaluations/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "call_id": "<string>",
  "project_id": "<string>"
}
'
{
  "status": {
    "code": "not_found"
  }
}

ボディ

application/json
call_id
string
必須
project_id
string
必須

レスポンス

正常なレスポンス

status
EvaluationStatusNotFound · object
必須