workflows
Retrieve the most recent outputs for a workflow
Retrieve the latest version of a specific workflow by its ID
GET
/
v1
/
workflows
/
{workflow_id}
/
outputs
Authorizations
Authorization
string
headerrequiredCreate your token in Comfy Deploy
Path Parameters
workflow_id
string
requiredQuery Parameters
page
string
default: 1pageSize
string
default: 12search
string
runOrigin
enum<string>
Available options:
manual
, api
, public-share
, public-template
, workspace
Response
200 - application/json
outputs
object[]
requiredtotal
number
requiredWas this page helpful?