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

# Response Object

> Enhance your platform by integrating with the Supahub API's powerful features.

All responses from the API will adhere to a consistent format, ensuring a uniform understanding of the returned data.

### Success

For a successful request, the response object includes the following fields:

<ParamField path="data" type="object">
  Contains the main content of the response.
</ParamField>

<ParamField path="meta" type="object">
  Provides auxiliary information about the response.
</ParamField>

### Error

When an error occurs, the response object comprises:

<ParamField path="error" type="string">
  A message or code that identifies the nature of the error.
</ParamField>

<ParamField path="meta" type="object">
  Contains additional details about the error context.
</ParamField>
