Keboola · Schema

JobResponse

Response object for an asynchronous storage job.

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
id string Job ID.
status string Current status of the job.
url string API detail URL for the job.
tableId string ID of the table affected by the job.
operationName string Type of operation performed.
operationParams object Parameters for the operation.
createdTime string Job creation timestamp.
startTime string Job start timestamp.
endTime string Job end timestamp.
runId string Run ID for the job.
results object
creatorToken object Creator token info.
metrics object Job metrics.
error object Error details if the job failed.
View JSON Schema on GitHub

JSON Schema

keboola-jobresponse.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "JobResponse",
  "description": "Response object for an asynchronous storage job.",
  "required": [
    "id",
    "status",
    "url",
    "tableId",
    "operationName",
    "operationParams",
    "createdTime",
    "runId",
    "creatorToken",
    "metrics"
  ],
  "properties": {
    "id": {
      "description": "Job ID.",
      "type": "string"
    },
    "status": {
      "description": "Current status of the job.",
      "type": "string"
    },
    "url": {
      "description": "API detail URL for the job.",
      "type": "string"
    },
    "tableId": {
      "description": "ID of the table affected by the job.",
      "type": "string"
    },
    "operationName": {
      "description": "Type of operation performed.",
      "type": "string"
    },
    "operationParams": {
      "description": "Parameters for the operation.",
      "type": "object"
    },
    "createdTime": {
      "description": "Job creation timestamp.",
      "type": "string",
      "format": "date-time"
    },
    "startTime": {
      "description": "Job start timestamp.",
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "endTime": {
      "description": "Job end timestamp.",
      "type": "string",
      "format": "date-time",
      "nullable": true
    },
    "runId": {
      "description": "Run ID for the job.",
      "type": "string"
    },
    "results": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/BucketListingUpdateJobResponse"
        },
        {
          "$ref": "#/components/schemas/BucketListingCreateJobResult"
        },
        {
          "$ref": "#/components/schemas/BucketListingDeleteResponse"
        },
        {
          "$ref": "#/components/schemas/RefreshJobResponse"
        },
        {
          "$ref": "#/components/schemas/FileDeleteResponse"
        },
        {
          "$ref": "#/components/schemas/TableSnapshotCreateJobResult"
        },
        {
          "$ref": "#/components/schemas/TableSwapResult"
        },
        {
          "$ref": "#/components/schemas/TableCreateResponse"
        },
        {
          "$ref": "#/components/schemas/TableExportJobResponse"
        }
      ]
    },
    "creatorToken": {
      "description": "Creator token info.",
      "properties": {
        "id": {
          "description": "Access token ID.",
          "type": "string"
        },
        "description": {
          "description": "Access token description.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "metrics": {
      "description": "Job metrics.",
      "properties": {
        "inCompressed": {
          "description": "Input is compressed.",
          "type": "boolean"
        },
        "inBytes": {
          "description": "Input bytes.",
          "type": "integer"
        },
        "inBytesUncompressed": {
          "description": "Input bytes uncompressed.",
          "type": "integer"
        },
        "outCompressed": {
          "description": "Output is compressed.",
          "type": "boolean"
        },
        "outBytes": {
          "description": "Output bytes.",
          "type": "integer"
        },
        "outBytesUncompressed": {
          "description": "Output bytes uncompressed.",
          "type": "integer"
        }
      },
      "type": "object"
    },
    "error": {
      "description": "Error details if the job failed.",
      "properties": {
        "code": {
          "description": "Error code.",
          "type": "string"
        },
        "message": {
          "description": "Error message.",
          "type": "string"
        },
        "exceptionId": {
          "description": "Exception identifier.",
          "type": "string"
        },
        "contextParams": {
          "description": "Context parameters for the error.",
          "type": "object",
          "nullable": true
        },
        "uuid": {
          "description": "Error UUID.",
          "type": "string",
          "nullable": true
        }
      },
      "type": "object",
      "nullable": true
    }
  },
  "type": "object"
}

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