/
GR
growthxai
/
Output.ai API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 59m ago · Updated 4w ago
Details
Filter operations
get
Health check the API
post
Execute a workflow synchronously
post
Start a workflow asynchronously
get
Get workflow execution status
patch
Stop a workflow execution
post
Terminate a workflow execution (force stop)
post
Reset a workflow to re-run from after a specific step
get
Return the result of a workflow
get
Get workflow trace log data
get
Get a specific workflow catalog by ID
get
Get the default workflow catalog
get
List workflow runs
post
Send feedback to a workflow
post
Send a signal to an workflow
post
Send a query to an workflow
post
Execute an update on an workflow
post
A dummy post endpoint for test only
Send a query to an workflow
post
/workflow/{id}/query/{query}
Path parameters
id
string
required
The workflow id
query
string
required
The query name
Request body
object
required
payload
object
The payload sent to the query operation
Response
Success
Changes