> ## 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.

# Connection Status

| Field                        | Type    | Description                                                                                                                                                                                                                      |
| :--------------------------- | :------ | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `aggregated_at`              | String  | The date and time the account was last aggregated.                                                                                                                                                                               |
| `connection_status`          | String  | The status of a member's aggregation.                                                                                                                                                                                            |
| `guid`                       | String  | A unique identifier for the `member`. Defined by MX.                                                                                                                                                                             |
| `has_processed_accounts`     | Boolean | `true` when accounts have been processed for a `member`, `false` otherwise. Resets each time `/aggregate` is called.                                                                                                             |
| `has_processed_transactions` | Boolean | `true` when transactions have been processed for a `member`, `false` otherwise. Resets each time `/aggregate` is called.                                                                                                         |
| `is_authenticated`           | Boolean | `true` if the member's credentials were authenticated during the most recent aggregation. Does not indicate that aggregation is complete — only that credentials were valid. Resets to `false` each time `/aggregate` is called. |
| `is_being_aggregated`        | Boolean | `true` if the `member` is being aggregated at the time of the request.                                                                                                                                                           |
| `status`                     | String  | The status of a member's aggregation. This field will be deprecated. Use `connection_status` instead.                                                                                                                            |
| `successfully_aggregated_at` | String  | The date and time the member was successfully aggregated.                                                                                                                                                                        |
