Keboola · Schema

AppRun

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id string Unique identifier for the app run (UUID in RFC 4122 format)
appId string ID of the app this run belongs to
state string Current state of the app run
createdAt string Timestamp when the app run was created (ISO 8601 ATOM format)
startedAt string Timestamp when the app run started (ISO 8601 ATOM format)
stoppedAt string Timestamp when the app run stopped (ISO 8601 ATOM format)
startupLogs string Startup logs from the app run
runtimeSize string Runtime size used for this app run (e.g., small, medium, large)
configVersion string Configuration version used for this app run
failureReason object User-facing cause of a failed run. Set only when state is "failed".
mode string Run mode this app run was started with
View JSON Schema on GitHub

JSON Schema

keboola-apprun.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AppRun",
  "type": "object",
  "required": [
    "id",
    "appId",
    "mode"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the app run (UUID in RFC 4122 format)"
    },
    "appId": {
      "type": "string",
      "description": "ID of the app this run belongs to"
    },
    "state": {
      "type": "string",
      "enum": [
        "starting",
        "running",
        "failed",
        "finished"
      ],
      "nullable": true,
      "description": "Current state of the app run"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Timestamp when the app run was created (ISO 8601 ATOM format)"
    },
    "startedAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Timestamp when the app run started (ISO 8601 ATOM format)"
    },
    "stoppedAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Timestamp when the app run stopped (ISO 8601 ATOM format)"
    },
    "startupLogs": {
      "type": "string",
      "nullable": true,
      "description": "Startup logs from the app run"
    },
    "runtimeSize": {
      "type": "string",
      "nullable": true,
      "description": "Runtime size used for this app run (e.g., small, medium, large)"
    },
    "configVersion": {
      "type": "string",
      "nullable": true,
      "description": "Configuration version used for this app run"
    },
    "failureReason": {
      "type": "object",
      "nullable": true,
      "description": "User-facing cause of a failed run. Set only when state is \"failed\".",
      "properties": {
        "reason": {
          "type": "string",
          "nullable": true,
          "description": "Short, stable, machine-readable identifier (UI i18n key)"
        },
        "message": {
          "type": "string",
          "nullable": true,
          "description": "Human-readable description of the failure"
        }
      }
    },
    "mode": {
      "type": "string",
      "enum": [
        "prod",
        "dev"
      ],
      "default": "prod",
      "description": "Run mode this app run was started with"
    }
  }
}

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/keboola-apprun"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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