When an enrichment does not return the expected results, Databar’s built-in data logs give you visibility into what happened at the request level. Every API call made on your behalf is logged with its status, cost, inputs, and error details.Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
Accessing data logs
Each table has a Data logs button located at the bottom of the table view, next to the Add rows button. Click it to open the log panel for that table.
Log columns
The data logs panel shows the following information for each request:| Column | Description |
|---|---|
| Status | Whether the request completed successfully, returned no data, or failed with an error |
| API / Enrichment | The name of the data provider or enrichment that was called |
| Cost | The number of credits or actions consumed by this request |
| Inputs | The values sent to the provider (e.g., email address, domain, company name) |
| Details | Full response payload or error message |
Understanding request statuses
Completed
Completed
The request was successful and data was returned. The results have been written to the corresponding cells in your table.
No data
No data
The request reached the provider successfully, but no matching data was found for the given input. This is not an error — it simply means the provider does not have information for that particular query.
Error
Error
The request failed. Check the Details column for the specific error message and status code.
Status codes reference
When a request fails, the status code helps identify the cause:| Code | Meaning | What to do |
|---|---|---|
| 200 | OK | Request succeeded. If cells are still empty, the provider returned no matching data for your input — try different input values. |
| 400 | Bad Request | One or more input parameters are invalid. Check that the correct columns are mapped and that values are in the expected format. |
| 401 | Unauthorized | The API key is invalid or expired. If using your own key via a connector, verify it in your workspace settings. If using the API Network, contact support. |
| 404 | Not Found | The requested endpoint or resource does not exist. This is typically a platform-side issue — contact support at info@databar.ai. |
Error indicators in cells
When an enrichment encounters an error for a specific row, the corresponding cell displays a small triangle icon. Hover over the icon to see a tooltip with the error message and status code.
General troubleshooting tips
Check your inputs
The most common cause of “no data” results is malformed or unexpected input values. Verify that the column mapped to the enrichment contains clean, correctly formatted data.
Review the data logs
Open the data logs panel and filter by Error status to see all failed requests. The Details column usually contains enough information to identify the problem.
Try a single row first
Before running an enrichment on your entire table, test it on a single row. This lets you verify the configuration without consuming credits on a large batch.
Check your API key
If using a connector with your own key, make sure the key is still valid and has sufficient quota on the provider’s side.
Contact support
If you receive persistent 404 errors or unexpected behavior that you cannot resolve, reach out to the Databar team at info@databar.ai.
Related
Enrichments
Learn how enrichments work
Credits and billing
Understand request costs