List Workflows

List all workflows in your workspace


Overview#

Returns your workspace's workflows, newest first. Steps are omitted from list responses to keep them light; fetch a single workflow to get its full steps.

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

Query Parameters#

ParameterTypeRequiredDescription
statusStringNoFilter by status: draft, active, paused or archived
limitIntegerNoResults per page, 1 to 200. Defaults to 50
offsetIntegerNoNumber of results to skip. Defaults to 0

Request#

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

Error Responses#

Enterprise Access Required (403)#

{
  "error": "Access Forbidden: Enterprise API feature 'workflows' is not enabled for your plan. Contact hi@orshot.com for Enterprise access",
  "code": "enterprise_required"
}

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