Get a run
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Path Parameters
Response
The run, including its SSH details and endpoint once it is running.
What the run is for. A fine-tune ends on its own and its exit code is the outcome; a deployment serves traffic and runs until it is deleted. They are one resource because they are one pod, one provider and one script — the kind selects terminal semantics, not a different machine.
finetune, deployment requested, provisioning, running, succeeded, failed, terminated Where the workload serves, once it is running. Only a deployment declares ports, so only a deployment reports an endpoint.
The workload's exit status. Provider status is not trusted for this: one provider reports the VM rather than the container.
Why the run is in this state, e.g. ssh_setup_failed or budget_exhausted.
Connection details. The login user is provider dependent and is read from the provider, never assumed.