# Overview

## :closed\_lock\_with\_key: What is the Tailer API?

The tailer API is a set of features intended for operations teams allowing them to control the orchestration of Tailer data pipelines, and to monitor the jobs executions.

## :briefcase: Use cases

Here are a few use cases of the Tailer API:

* Integrating Tailer data pipelines into larger business orchestrations
* Implementing more complex orchestration rules, such as the ones from $U or Vtom
* Monitoring the service quality of data pipelines and generating alerts when they don't run as planned
* Rebooting workflows with the resetting feature, and enabling/disabling data pipelines

## :sparkles: Features

Here is a list of the available features:

* Launching a job
* Checking a job status
* Getting the last status of a job/data operation
* Resetting a workflow
* Disabling a data operation
* Enabling a data operation


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tailer.ai/tailer-api/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
