Relay App · Schema

Relay App Workflow Run

A workflow run instance in Relay.app, representing a single execution of a workflow including its status, timing, and input/output data.

AutomationWorkflowsIntegrationNo-CodeArtificial IntelligenceWebhook

Properties

Name Type Description
id string The unique identifier of the workflow run.
workflowId string The ID of the workflow being run.
status string Current status of the workflow run.
startedAt string Date and time the run was started.
completedAt stringnull Date and time the run was completed.
error stringnull Error message if the run failed.
inputData object Input data provided when the run was triggered.
View JSON Schema on GitHub

JSON Schema

relay-app-workflow-run-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/relay-app/main/json-schema/relay-app-workflow-run-schema.json",
  "title": "Relay App Workflow Run",
  "description": "A workflow run instance in Relay.app, representing a single execution of a workflow including its status, timing, and input/output data.",
  "type": "object",
  "required": ["id", "workflowId", "status"],
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the workflow run."
    },
    "workflowId": {
      "type": "string",
      "description": "The ID of the workflow being run."
    },
    "status": {
      "type": "string",
      "description": "Current status of the workflow run.",
      "enum": ["running", "completed", "failed", "paused", "cancelled"]
    },
    "startedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the run was started."
    },
    "completedAt": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Date and time the run was completed."
    },
    "error": {
      "type": ["string", "null"],
      "description": "Error message if the run failed."
    },
    "inputData": {
      "type": "object",
      "description": "Input data provided when the run was triggered.",
      "additionalProperties": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/relay-app-workflow-run"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.