Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Extend Workflow Runs API

The Workflow Runs API from Extend — 3 operation(s) for workflow runs.

Extend Workflow Runs API is one of 9 APIs that Extend publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Workflow Runs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 3 paths, and defines 11 schemas. It is described by OpenAPI 3.0.1, at version 2026-02-09.

Requests are made against a single base URL, https://api.extend.ai.

5 operations 3 paths 11 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2026-02-09
Base URL
https://api.extend.ai
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Extend Workflow Runs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Provide your Extend API token as a Bearer token in the Authorization header.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 2 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Workflow Runs 5
POST
/workflow_runs
Create a workflow run
createWorkflowRun 1 param body → 200default
GET
/workflow_runs
List workflow runs
listWorkflowRuns 3 params → 200default
GET
/workflow_runs/{id}
Get a workflow run
getWorkflowRun 2 params → 200default
POST
/workflow_runs/{id}
Update a workflow run
updateWorkflowRun 2 params body → 200default
POST
/workflow_runs/batch
Batch create workflow runs
batchCreateWorkflowRuns 1 param body → 200default

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are WorkflowRun (8 properties), WorkflowRunRequest (6 properties), BatchRun (5 properties), ApiError (4 properties). Each schema is shown below with its type and property counts.

WorkflowRunRequest
object
6 properties 2 required
RunStatus
string
WorkflowRun
object
8 properties
WorkflowReference
object
2 properties 1 required
FileInput
FileFromUrl
object
3 properties 1 required
RunMetadata
object
Custom metadata for a run, up to 10KB.
FileFromId
object
1 property 1 required
FileFromText
object
1 property 1 required
ApiError
object
4 properties
BatchRun
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

extend-ai-workflow-runs-api-openapi.yml Raw ↑

Other APIs Extend publishes across the network.

Extend Batch API
Extend Classify API
Extend Evaluations API
Extend Extract API
Extend Files API
Extend Parse API
Extend Split API
Extend Workflows API