v1
latestOpenAPI 3.0.22026-07-17412169.2 KBRetrieve a specific commit by ID
get/workflowresult/{workflowResultId}
Path parameters
workflowResultIdstring required
Response
Commit details
idstring uuid
Unique identifier for the job result
workflow_namestring
Name of the workflow
operating_systemstring
Operating system used
python_versionstring
PyTorch version used
pytorch_versionstring
PyTorch version used
action_run_idstring
Identifier of the run this result belongs to
action_job_idstring
Identifier of the job this result belongs to
cuda_versionstring
CUDA version used
branch_namestring
Name of the relevant git branch
commit_hashstring
The hash of the commit
commit_idstring
The ID of the commit
commit_timeinteger
The Unix timestamp when the commit was made
commit_messagestring
The message of the commit
comfy_run_flagsstring
The comfy run flags. E.g. --low-vram
git_repostring
The repository name
pr_numberstring
The pull request number
start_timeinteger
The start time of the job as a Unix timestamp.
end_timeinteger
The end time of the job as a Unix timestamp.
avg_vraminteger
The average VRAM used by the job
peak_vraminteger
The peak VRAM used by the job
job_trigger_userstring
The user who triggered the job.
authorstring
The author of the commit
status'WorkflowRunStatusStarted' | 'WorkflowRunStatusFailed' | 'WorkflowRunStatusCompleted'