cURL
curl --request GET \ --url https://pluto-api.trainy.ai/api/runs/details/by-display-id/{displayId} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "name": "<string>", "number": 123, "displayId": "<string>", "status": "<string>", "tags": [ "<string>" ], "createdAt": "<string>", "updatedAt": "<string>", "statusUpdated": "<string>", "projectName": "<string>", "externalId": "<string>", "logNames": [ { "logName": "<string>", "logType": "<string>", "logGroup": "<string>" } ], "config": null, "systemMetadata": null, "loggerSettings": null, "statusMetadata": null }
Resolves a human-readable display ID (e.g., ‘MMP-1’) to a run and returns its details.
API key obtained from the mlop dashboard
Display ID in PREFIX-NUMBER format (e.g., 'MMP-1')
Run details
Show child attributes
Was this page helpful?