/
GR
growthxai
/
Output.ai API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.0
2026-07-17
30
17
61.7 KB
Health check the API
get
/health
Response
It is healthy
All 30 operations
get
Health check the API
get
Check if the API is ready to answer requests
post
Execute a workflow synchronously
post
Start a workflow asynchronously
get
Get workflow execution status (latest run)
get
Get workflow execution status for a specific run
patch
Stop a specific workflow run
patch
[Deprecated] Stop the latest workflow run
post
Terminate a specific workflow run (force stop)
post
[Deprecated] Terminate the latest workflow run
post
Reset a specific workflow run to re-run from after a completed step
post
[Deprecated] Reset the latest workflow run
get
Return the result of a workflow (latest run)
get
Return the result of a specific workflow run
get
Return the original input of a workflow (latest run)
get
Return the original input of a specific workflow run
get
Get workflow trace log data (latest run)
get
Get workflow trace log data for a specific run
get
Get paginated workflow execution history
get
Get paginated workflow execution history for a specific run
get
Stream workflow history events via Server-Sent Events
get
Stream pinned-run workflow history events via Server-Sent Events
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