Skip to main content
GET
/
api
/
runs
/
{runId}
Get run by ID
curl --request GET \
  --url https://pluto-api.trainy.ai/api/runs/{runId} \
  --header 'Authorization: Bearer <token>'
{
  "runId": 123
}

Authorizations

Authorization
string
header
required

API key obtained from the mlop dashboard

Path Parameters

runId
string
required

SQID-encoded run ID

Response

200 - application/json

Run ID decoded successfully

runId
number
required

Numeric run ID