Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Talend Plan Executions API

The Plan Executions API from Talend — 4 operation(s) for plan executions.

Talend Plan Executions API is one of 18 APIs that Talend publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Plan Executions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 4 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version 2021-03.

Requests are made against a single base URL, https://api.{region}.cloud.talend.com.

4 operations 4 paths 2 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2021-03
Base URL
https://api.{region}.cloud.talend.com
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Talend Plan Executions API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token from Talend Cloud personal access token or service account token

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Plan Executions 4
POST
/processing/executions/plans
Execute Plan
executePlan body → 200
GET
/processing/executions/plans/{planExecutionId}
Get Plan Execution Status
getPlanExecutionStatus 1 param → 200
GET
/processing/executions/plans/{planExecutionId}/steps
Get Plan Execution Steps
getPlanExecutionSteps 1 param → 200
GET
/processing/executables/plans/executions
List Plan Executions
listPlanExecutions 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are PlanExecution (6 properties), PlanExecutionRequest (3 properties). Each schema is shown below with its type and property counts.

PlanExecutionRequest
object
3 properties 1 required
PlanExecution
object
A plan execution instance
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

talend-plan-executions-api-openapi.yml Raw ↑

Other APIs Talend publishes across the network.

Talend Cloud Identities Management API
Talend Cloud Audit Logs API
Talend Cloud Connections API
Talend Cloud Execution Logs API
Talend Artifacts API
Talend Connections API
Talend Environments API
Talend Plans API
Talend Promotion Executions API
Talend Promotions API
Talend Remote Engine Clusters API
Talend Remote Engines API