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

Netflix Conductor Tasks API

The Tasks API from Netflix Conductor — 5 operation(s) for tasks.

Netflix Conductor Tasks API is one of 4 APIs that Netflix Conductor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tasks. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 5 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 3.x.

Requests are made against a single base URL, {baseUrl}/api.

5 operations 5 paths 2 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.x
Server
{baseUrl}/api
License
Resource Areas
1

Paths & Operations 5

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

Tasks 5
GET
/tasks/poll/{taskType}
Poll for a task
pollTask 3 params → 200
GET
/tasks/poll/batch/{taskType}
Batch poll for tasks
batchPollTasks 4 params → 200
POST
/tasks
Update task status
updateTask body → 200
GET
/tasks/{taskId}
Get task details
getTask 1 param → 200
GET
/tasks/queue/sizes
Get task queue sizes
getTaskQueueSizes 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Task (14 properties), TaskResult (7 properties). Each schema is shown below with its type and property counts.

TaskResult
object
7 properties 3 required
Task
object
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netflix-conductor-tasks-api-openapi.yml Raw ↑

Other APIs Netflix Conductor publishes across the network.

Netflix Conductor Events API
Netflix Conductor Metadata API
Netflix Conductor Workflow API