cURL
curl --request GET \ --url https://pluto-api.trainy.ai/api/runs/{runId} \ --header 'Authorization: Bearer <token>'
{ "runId": 123 }
Decodes a SQID-encoded run ID and returns the numeric ID.
API key obtained from the mlop dashboard
SQID-encoded run ID
Run ID decoded successfully
Numeric run ID
Was this page helpful?