Get run by ID
curl --request GET \
--url https://pluto-api.trainy.ai/api/runs/{runId} \
--header 'Authorization: Bearer <token>'{
"runId": 123
}Runs
Get run by ID
Decodes a SQID-encoded run ID and returns the numeric ID.
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
}Was this page helpful?
⌘I