> For the complete documentation index, see [llms.txt](https://docs.borndigital.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.borndigital.ai/insights/workspace/process/batch-jobs.md).

# Batch jobs

<figure><img src="/files/TsunvHdRPaMqkPmpxe0D" alt=""><figcaption></figcaption></figure>

On-screen elements:

* **Refresh**: button
* **Table options**:
  * **Columns**: button with a dropdown menu with options to display or hide columns in the table, as per the selection&#x20;
  * **Filters**: button for displaying a floating window with options below for creating filtering conditions:
    * **Columns**: dropdown menu displaying all available columns
    * **Operator**: dropdown menu displaying all possible operators&#x20;
    * **Value**: input field for specifying a value based on which to filter &#x20;
  * **Density**: button with a dropdown menu with text size display options of the rows from smallest to biggest: "Compact", "Standard", "Comfortable"
* **Table columns**:

  * **Id**: column displaying batch job id
  * **Created At**: column displaying the date and time of the batch job addition to the queue&#x20;
  * **Updated At**: column displaying the date and time of the batch job update
  * **Operation**: column displaying the name of the batch job operation, like "rerun\_call"
  * **Status**: column displaying whether the status is "New", "Processing", "Error", or "Done" state
  * **Triggered by**: column displaying an email address of the initiator of the operation
  * **Processed**: column displaying the number of audio records that are processed
  * **Total**: column displaying the total number of audio records that are to be processed (queued)
  * **Progress**: column displaying the current progress of the cron job in percentages (Done / Total)
  * **Configuration**: column displaying an icon button opening a window with a text editor displaying the configuration in JSON format

  <figure><img src="/files/nirwfxi3aD8eR60iGm31" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.borndigital.ai/insights/workspace/process/batch-jobs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
