Skip to main content
POST
/
evaluations
/
status
Evaluation Status
curl --request POST \
  --url https://api.example.com/evaluations/status \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "call_id": "<string>"
}
'
{
  "status": {
    "code": "not_found"
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
project_id
string
required
call_id
string
required

Response

Successful Response

status
EvaluationStatusNotFound · object
required