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

# Jobs Overview

> Overview of job resource and field definitions

## Job Fields

| Field Name         | Data Type | Description                                                 |
| :----------------- | :-------- | :---------------------------------------------------------- |
| `created_at`       | String    | Date and time the job was created, ISO 8601 format.         |
| `error_message`    | String    | Error message if the job returns an error.                  |
| `finished_at`      | String    | Date and time the job finished, ISO 8601 format.            |
| `guid`             | String    | Unique identifier for the job, defined by MX.               |
| `institution_guid` | String    | Unique identifier for the institution, defined by MX.       |
| `is_authenticated` | Boolean   | If the member's credentials have been authenticated.        |
| `member_guid`      | String    | Unique identifier for the member, defined by MX.            |
| `started_at`       | String    | Date and time the job started, ISO 8601 format.             |
| `status`           | Integer   | The status of the job. See Job Status for more information. |
| `status_name`      | String    | The name of the job status. See Job Status for more info.   |
| `updated_at`       | String    | Date and time the job was updated, ISO 8601 format.         |
| `user_guid`        | String    | Unique identifier for the user, defined by MX.              |
