Data Integrations
Base Output Attributes
The following attributes are always present in responses and provide metadata about the request/response transaction, regardless of datasource:
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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 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 |