Keboola · Schema

Task

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
createdAt string Date and time of the task creation.
duration integer Duration of the task in milliseconds.
error string
finishedAt string Date and time of the task end.
isFinished boolean Shortcut for status != "processing".
outputs object
result string
status string Task status, one of: processing, success, error
taskId string
type string Task type.
url string URL of the task.
View JSON Schema on GitHub

JSON Schema

keboola-task.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Task",
  "type": "object",
  "properties": {
    "createdAt": {
      "type": "string",
      "description": "Date and time of the task creation.",
      "example": "2022-04-28T14:20:04.000Z",
      "format": "date-time"
    },
    "duration": {
      "type": "integer",
      "description": "Duration of the task in milliseconds.",
      "example": 123456789,
      "format": "int64"
    },
    "error": {
      "type": "string",
      "example": "abc123"
    },
    "finishedAt": {
      "type": "string",
      "description": "Date and time of the task end.",
      "example": "2022-04-28T14:20:04.000Z",
      "format": "date-time"
    },
    "isFinished": {
      "type": "boolean",
      "description": "Shortcut for status != \"processing\".",
      "example": false
    },
    "outputs": {
      "$ref": "#/definitions/TaskOutputs"
    },
    "result": {
      "type": "string",
      "example": "abc123"
    },
    "status": {
      "type": "string",
      "description": "Task status, one of: processing, success, error",
      "example": "success",
      "enum": [
        "processing",
        "success",
        "error"
      ]
    },
    "taskId": {
      "type": "string",
      "example": "task_1234"
    },
    "type": {
      "type": "string",
      "description": "Task type.",
      "example": "abc123"
    },
    "url": {
      "type": "string",
      "description": "URL of the task.",
      "example": "abc123"
    }
  },
  "example": {
    "taskId": "task_1234",
    "type": "abc123",
    "url": "abc123",
    "status": "success",
    "isFinished": false,
    "createdAt": "2022-04-28T14:20:04.000Z",
    "finishedAt": "2022-04-28T14:20:04.000Z",
    "duration": 123456789,
    "result": "abc123",
    "error": "abc123",
    "outputs": {
      "url": "abc123",
      "projectId": 123,
      "branchId": 345,
      "sourceId": "github-webhook-source",
      "sinkId": "github-pr-table-sink"
    }
  },
  "required": [
    "taskId",
    "type",
    "url",
    "status",
    "isFinished",
    "createdAt"
  ]
}

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-task"
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.