> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pdf.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Job Check

> The Job Check feature is designed to check the status of a job initiated on **PDF.co**. This is particularly useful when working with large documents in the `Async For Large Docs` mode, where the processing is done asynchronously.

<Frame>
  <img src="https://mintcdn.com/pdfco/jvNpJlS3eEFjK2tL/images/integrations/make/make-step14.png?fit=max&auto=format&n=jvNpJlS3eEFjK2tL&q=85&s=485292bf5790cc9c51fa3ad8efe535b6" alt="Make Step" width="803" height="621" data-path="images/integrations/make/make-step14.png" />
</Frame>

## Input

| Name                                                  | Description                                                                                                                                                                  | Required |
| ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| **PDF.co Job ID**                                     | Input the Job ID as provided by **PDF.co** after initiating a process.                                                                                                       | Yes      |
| **Auto-Expand JSON, CSV, XML, Text Links to Content** | Enable this option to automatically extract content from the response links (useful for **JSON**, **CSV**, **XML**, Text formats) and integrate it directly into the output. | Yes      |
| **Export Type**                                       | Choose between `Download a File` or `Inline`. Default is `Inline`.                                                                                                           | No       |

***

## Output

| Name                  | Description                                                                                                                       |
| --------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| `url`                 | This is the temporary **URL** provided by the **PDF.co** file server.                                                             |
| `Body`                | Represents the raw output data. This is generated only when the `Export Type` option is set to `JSON Output`.                     |
| `Data`                | Represents the output binary data. This data is generated only when the `Export Type` option is set to `Download a File`.         |
| `Status`              | Indicates the [response status](/api-reference/introduction) code. A `success` status is returned if the operation is successful. |
| `outputLinkValidTill` | Specifies the timestamp until which the `url` remains accessible.                                                                 |
| `error`               | Provides details about any errors encountered during the process, if applicable.                                                  |
| `Name`                | The designated name of the output file.                                                                                           |
| `Job Id`              | A unique identifier assigned to the job.                                                                                          |
| `credits`             | The amount of credits utilized for the process.                                                                                   |
| `Remaining Credits`   | Displays the balance of credits available in your account.                                                                        |
| `duration`            | The duration of time the process took to complete.                                                                                |
