Machine Lifecycle
Machine Executions

Get execution

get/v1/machines/{machine_id}/executions/{execution_id}

Path parameters

machine_idstring required
execution_idstring required

Headers

X-Dedalus-Org-Idstring

Response

OK

commandstring[] nullable required
completed_atstring date-time
created_atstring date-time required
cwdstring
env_keysstring[] nullable
error_codestring
error_messagestring
execution_idstring required
exit_codeinteger
expires_atstring date-time
machine_idstring required
retry_after_msinteger
signalinteger
started_atstring date-time
status'wake_in_progress' | 'queued' | 'running' | 'succeeded' | 'failed' | 'cancelled' | 'expired' required
stderr_bytesinteger
stderr_truncatedboolean
stdout_bytesinteger
stdout_truncatedboolean

Changes

Changed in 2 of the 8 revisions of this API.421

  • c756c361d33d42See the full diff
    • for the path request parameter execution_id, the minLength was increased from 0 to 1

      request-parameter-min-length-increased

    • for the path request parameter machine_id, the minLength was increased from 0 to 4

      request-parameter-min-length-increased

    • added the pattern ^[A-Za-z0-9]([A-Za-z0-9._-]*[A-Za-z0-9])?$ to the path request parameter execution_id

      request-parameter-pattern-added

    • added the pattern ^dm-[a-z0-9]([a-z0-9-]*[a-z0-9])?$ to the path request parameter machine_id

      request-parameter-pattern-added

    • for the path request parameter execution_id, the maxLength was set to 253

      request-parameter-max-length-set

    • for the path request parameter machine_id, the maxLength was set to 253

      request-parameter-max-length-set

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog