v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14126767600.8 KB

Gets a session action for the job.

get/2023-10-12/farms/{farmId}/queues/{queueId}/jobs/{jobId}/session-actions/{sessionActionId}

Path parameters

farmIdstring required

The farm ID for the session action.

queueIdstring required

The queue ID for the session action.

jobIdstring required

The job ID for the session.

sessionActionIdstring required

The session action ID for the session.

Response

Success

sessionActionIdstring required

The session action ID.

status'ASSIGNED' | 'RUNNING' | 'CANCELING' | 'SUCCEEDED' | 'FAILED' | 'INTERRUPTED' | 'CANCELED' | 'NEVER_ATTEMPTED' | 'SCHEDULED' | 'RECLAIMING' | 'RECLAIMED' required

The status of the session action.

startedAtstring date-time

The date and time the resource started running.

endedAtstring date-time

The date and time the resource ended running.

workerUpdatedAtstring date-time

The Linux timestamp of the date and time the session action was last updated.

progressPercentnumber float

The percentage completed for a session action.

sessionIdstring required

The session ID for the session action.

processExitCodeinteger

The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.

progressMessagestring password

The message that communicates the progress of the session action.