Get full run details
curl --request GET \
--url https://pluto-api.trainy.ai/api/runs/details/{runId} \
--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>",
"forkedFromRunId": 123,
"forkStep": 123,
"logNames": [
{
"logName": "<string>",
"logType": "<string>",
"logGroup": "<string>"
}
],
"config": null,
"systemMetadata": null,
"loggerSettings": null,
"statusMetadata": null
}Runs
Get full run details
Returns complete run information including config, metadata, tags, status, and available log names.
GET
/
api
/
runs
/
details
/
{runId}
Get full run details
curl --request GET \
--url https://pluto-api.trainy.ai/api/runs/details/{runId} \
--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>",
"forkedFromRunId": 123,
"forkStep": 123,
"logNames": [
{
"logName": "<string>",
"logType": "<string>",
"logGroup": "<string>"
}
],
"config": null,
"systemMetadata": null,
"loggerSettings": null,
"statusMetadata": null
}Authorizations
API key obtained from the mlop dashboard
Path Parameters
Numeric run ID
Response
Run details
Sequential run number within the project
Human-readable display ID (e.g., 'MMP-1')
Show child attributes
Show child attributes
Was this page helpful?
⌘I