Keboola · Example Payload

Queue Api Createjob Request

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Queue Api Createjob Request is an example object payload from Keboola, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

Job with configRowsJob with configDataJob with image tagJob in debug modeJob in dev branchJob with pre-defined variable ValuesJob with inline variable valuesJob with customized backendJob with customized backend context

Example Payload

Raw ↑
{
  "Job with configRows": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "run",
      "config": "123456789",
      "configRowIds": [
        "12345",
        "67890"
      ]
    }
  },
  "Job with configData": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "run",
      "configData": {
        "parameters": {
          "foo": "bar",
          "baz": "mek"
        }
      }
    }
  },
  "Job with image tag": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "run",
      "config": "123456789",
      "tag": "1.2.3"
    }
  },
  "Job in debug mode": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "debug",
      "config": "123456789"
    }
  },
  "Job in dev branch": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "debug",
      "config": "123456789",
      "branchId": "456789"
    }
  },
  "Job with pre-defined variable Values": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "debug",
      "config": "123456789",
      "variableValuesId": "456789"
    }
  },
  "Job with inline variable values": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "debug",
      "config": "123456789",
      "variableValuesData": {
        "values": [
          {
            "name": "someVariable",
            "value": "someValue"
          }
        ]
      }
    }
  },
  "Job with customized backend": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "run",
      "config": "123456789",
      "backend": {
        "type": "medium"
      }
    }
  },
  "Job with customized backend context": {
    "value": {
      "component": "keboola.ex-db-snowflake",
      "mode": "run",
      "config": "123456789",
      "backend": {
        "context": "123_extractor"
      }
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/queue-api-createJob-request"
All examples
curl "https://apis.io/api/v1/examples?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.