List Workflow Runs

List recent runs of a workflow with their results


Overview#

Returns a workflow's recent runs, newest first, with row counts and credits used per run.

https://api.orshot.com/v1/workflows/:id/runs

Path Parameters#

ParameterTypeRequiredDescription
idIntegerYesThe unique ID of the workflow

Query Parameters#

ParameterTypeRequiredDescription
limitIntegerNoResults to return, 1 to 100. Defaults to 20

Request#

await fetch("https://api.orshot.com/v1/workflows/44/runs?limit=10", {
  method: "GET",
  headers: {
    Authorization: "Bearer <ORSHOT_API_KEY>",
  },
});

Run Statuses#

StatusMeaning
queuedWaiting to be picked up
runningCurrently executing
successEvery row succeeded
partialSome rows succeeded, some failed
failedThe run produced nothing
skippedNothing to do (for example, an empty poll)
cancelledThe run was cancelled before finishing

Error Responses#

Workflow Not Found (404)#

{
  "error": "Not found"
}

Rate Limits#

  • 60 requests per minute per workspace

Ready to automate?

Start rendering images, PDFs and videos from your templates in under 2 minutes. Free plan, no credit card.

Get your API key
  • Image, PDF and video generation via API
  • Visual editor with AI and smart layouts
  • Zapier, Make, MCP and 50+ integrations
  • White-label embed for your own app
  • 30 free credits — no credit card required