# Jobs Management

The `job` endpoint allows the scheduling of a job to extract data and fetch the results once complete. Jobs will protect you from hitting rate limits and will ensure a smoother data retrieval experience. This feature has been built into the `ClickExport` [endpoint](/partner-api-reference/partner-v15/reference/clicks.md) and `ReportExport` [endpoint](/partner-api-reference/partner-v15/reference/reports/report-export.md) where a job is scheduled automatically for you when you use this endpoint.

{% hint style="success" %}
**Note:** Read the best practices for [exporting reports](/partner-api-reference/partner-v15/reference/reports/best-practices-for-exporting-reports.md) and [exporting clicks](/partner-api-reference/partner-v15/reference/clicks/best-practices-for-exporting-clicks.md) to learn more.
{% endhint %}

## Job runtime

The job runtime depends on the requested data and averages around 5 seconds. The job runs as follows:

1. The job is `Scheduled`.
2. The job is `Queued` to process. ![](http://drive.google.com/uc?export=view\&id=1Fg6q9xetCoCzTjaExB2qTRgNCYG6jMlS)
3. The job will `Run.`
4. The job `Results` become available for download.


---

# 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://integrations.impact.com/partner-api-reference/partner-v15/reference/jobs-management.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.
