Talend · Schema

Talend Task

A data integration task in Qlik Talend Cloud

API ManagementData IntegrationData QualityETLOrchestrationPipelines

Properties

Name Type Description
id string Unique task identifier
name string Task display name
description string Task description
workspaceId string Parent workspace identifier
environmentId string Target execution environment identifier
status string Task lifecycle status
artifactId string Associated deployment artifact identifier
artifactVersion string Version of the deployed artifact
runConfig object Execution schedule configuration
created string Creation timestamp
updated string Last update timestamp
owner string Owner user or service account ID
View JSON Schema on GitHub

JSON Schema

talend-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://talend.qlik.dev/schemas/task",
  "title": "Talend Task",
  "description": "A data integration task in Qlik Talend Cloud",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique task identifier"
    },
    "name": {
      "type": "string",
      "description": "Task display name"
    },
    "description": {
      "type": "string",
      "description": "Task description"
    },
    "workspaceId": {
      "type": "string",
      "description": "Parent workspace identifier"
    },
    "environmentId": {
      "type": "string",
      "description": "Target execution environment identifier"
    },
    "status": {
      "type": "string",
      "enum": ["ACTIVE", "INACTIVE", "DRAFT"],
      "description": "Task lifecycle status"
    },
    "artifactId": {
      "type": "string",
      "description": "Associated deployment artifact identifier"
    },
    "artifactVersion": {
      "type": "string",
      "description": "Version of the deployed artifact"
    },
    "runConfig": {
      "type": "object",
      "description": "Execution schedule configuration",
      "properties": {
        "type": {
          "type": "string",
          "enum": ["CRON", "TRIGGER", "MANUAL"],
          "description": "Schedule type"
        },
        "cronExpression": {
          "type": "string",
          "description": "Cron expression for scheduled runs"
        },
        "timezone": {
          "type": "string",
          "description": "IANA timezone name"
        }
      }
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Creation timestamp"
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "Last update timestamp"
    },
    "owner": {
      "type": "string",
      "description": "Owner user or service account ID"
    }
  },
  "required": ["id", "name", "workspaceId"]
}

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/talend-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 email required.

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