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

# How can I see complete error messages associated with an API call?

> Within all Parabola API steps, you have the ability to see the full request that was sent out from Parabola, the response from the API including error codes, and all response headers.

To access your full request, click on the **\[>\_]** button next to your endpoint URL under "Request Settings."

By default, the **Enrich with API** and **Send to API** steps will cause the flow to fail if any API calls fail. Alternatively, you have the ability to view API response codes and error messages in your data table by enabling error handling. You can enable error handling within the Request Settings of your API step at the bottom of the settings flyout box where it says, "Stop this step after ... rows / percent of rows."

You can use this setting to control how and when this step fails.

* **1 row (default):** Step fails if any API call fails.
* **>1 row or ≤100%:** Adds error messages to failing rows until threshold is reached; then step fails.
* **>100%:** Step never fails; always adds error messages to each failing row.

This setting will add these columns to each row: API Success Status, API Error Code, API Error Message.
