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

Restack Workflows API

The Workflows API from Restack — 2 operation(s) for workflows.

Restack Workflows API is one of 3 APIs that Restack publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Workflows. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a getting-started guide, and 2 JSON Schemas.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: http://localhost:6233, https://api.restack.io.

2 operations 2 paths 3 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.restack.io
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Restack Workflows API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer token for API authentication. Set via RESTACKAPIBEARERTOKEN environment variable.

Paths & Operations 2

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

Workflows 2
POST
/api/workflows/{workflowName}
Schedule Workflow
scheduleWorkflow 1 param body → 200401404500
GET
/api/workflows/{workflowName}/{runId}
Get Workflow Run
getWorkflowRun 2 params → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are WorkflowRunStatus (7 properties), WorkflowRunResponse (2 properties), WorkflowRunRequest (1 property). Each schema is shown below with its type and property counts.

WorkflowRunRequest
object
1 property
WorkflowRunResponse
object
2 properties
WorkflowRunStatus
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

restack-workflows-api-openapi.yml Raw ↑

Other APIs Restack publishes across the network.

Restack Agents API
Restack System API