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 Metadata API

The Metadata API from Netflix Conductor — 4 operation(s) for metadata.

Netflix Conductor Metadata 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 Metadata. The published artifact set on APIs.io includes an OpenAPI specification.

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

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

9 operations 4 paths 3 schemas 2 DELETE4 GET2 POST1 PUT

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 9

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

Metadata 9
GET
/metadata/workflow
List workflow definitions
listWorkflowDefinitions → 200
POST
/metadata/workflow
Register a workflow definition
registerWorkflowDefinition body → 204
PUT
/metadata/workflow
Update workflow definitions
updateWorkflowDefinitions body → 204
GET
/metadata/workflow/{name}
Get workflow definition
getWorkflowDefinition 2 params → 200
DELETE
/metadata/workflow/{name}
Delete a workflow definition
deleteWorkflowDefinition 2 params → 204
GET
/metadata/taskdefs
List task definitions
listTaskDefinitions → 200
POST
/metadata/taskdefs
Register task definitions
registerTaskDefinitions body → 204
GET
/metadata/taskdefs/{taskType}
Get task definition
getTaskDefinition 1 param → 200
DELETE
/metadata/taskdefs/{taskType}
Delete a task definition
deleteTaskDefinition 1 param → 204

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are TaskDef (15 properties), WorkflowTask (15 properties), WorkflowDef (13 properties). Each schema is shown below with its type and property counts.

WorkflowTask
object
15 properties 3 required
WorkflowDef
object
13 properties 2 required
TaskDef
object
15 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Netflix Conductor publishes across the network.

Netflix Conductor Events API
Netflix Conductor Tasks API
Netflix Conductor Workflow API