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.
Documentation IndexFetch the complete documentation index at: https://docs.trainy.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.trainy.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from the mlop dashboard
SQID-encoded run ID
Run ID decoded successfully
Numeric run ID
Was this page helpful?