Skip to main content
GET
/
runs
/
{runId}
/
metrics
Get run metrics
curl --request GET \
  --url https://app.relyable.ai/api/runs/{runId}/metrics \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "data": {
    "status": "<string>",
    "score": 123,
    "totalCalls": 123
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

runId
string
required

Response

Successful response

message
string
required
data
object
required
{key}
any