Skip to content

Tags

Use this section when you need documentation about tags in Orkes Conductor.

Start with the overview pages, then move into the reference or tutorial that matches the workflow, worker, API, or integration you are implementing.

Quick reference

Use this tags API when you need to manage tags from automation scripts, CI/CD jobs, backend services, or internal tools rather than the Conductor UI.

Endpoint Description
GET /api/metadata/tags List All Tags
GET /api/metadata/tags/grouped List Tags Grouped by Resource Type
POST /api/metadata/task/{taskName}/tags Add Tags to a Task Definition
PUT /api/metadata/task/{taskName}/tags Replace Tags in a Task Definition
GET /api/metadata/task/{taskName}/tags Get Tags from a Task Definition
DELETE /api/metadata/task/{taskName}/tags Delete Tag from Task Definition
POST /api/metadata/workflow/{name}/tags Add Tag to a Workflow Definition
PUT /api/metadata/workflow/{name}/tags Replace Tags in a Workflow Definition
GET /api/metadata/workflow/{name}/tags Get Tags from a Workflow Definition
DELETE /api/metadata/workflow/{name}/tags Delete Tag from Workflow Definition
GET /api/metadata/tags/resources Get Resources by Tag

Authentication: every endpoint above requires Orkes Conductor API credentials with permission for the target resource. See individual pages for path/query parameters, request bodies, and response examples.

If you are unsure where to begin, start with List All Tags, List Tags Grouped by Resource Type, Add Tags to a Task Definition, Replace Tags in a Task Definition, Get Tags from a Task Definition. These pages cover the most common entry points for this section.

When to use this section

Use these pages to answer implementation questions, compare available primitives, and find the exact guide or reference page for the next step in your Orkes Conductor project.

Pages