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

# Base Output Attributes

The following attributes are always present in responses and provide metadata about the request/response transaction, regardless of datasource:

| **Data Element** | **Description**                                                                                                                                                                                                             |
| :--------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| is\_success      | Indicates whether the data retrieval was successful or not. `boolean` **Values:** True, False                                                                                                                               |
| error\_message   | Message returned when a request fails. `text`                                                                                                                                                                               |
| raw\_response    | The unprocessed response from the datasource. Populated only when `include_raw_response=True` is passed on the request. `object`                                                                                            |
| raw\_request     | The raw request sent to the datasource. Populated only when `include_raw_request=True` is passed on the request. `object`                                                                                                   |
| status\_code     | HTTP status code indicating the result of the request. See [https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status) for reference. `number` |
| fetch\_time      | Time taken to retrieve the data, in seconds. `number`                                                                                                                                                                       |
| worker\_name     | Identifier of the worker process that handled this request. `text`                                                                                                                                                          |
