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

> ## Agent Instructions
> Cognite Data Fusion (CDF) is an industrial DataOps platform. English is the canonical locale unless the reader asks for another.
> The documentation catalog is https://docs.cognite.com/llms.txt. Subgroup indexes live under https://docs.cognite.com/_llms/. Each published page has a Markdown twin at the same path with a .md suffix.
> REST APIs: calendar version 20230101 is stable. Preview versions are 20230101-beta and 20230101-alpha, for clients already on a preview API. Concept pages are under /api-reference/concepts/<version>/. Versioned requests use the Cdf-Version header. The default SDK is the Python SDK (cognite-sdk). JavaScript and TypeScript projects use the JavaScript SDK.
> Topic hubs: platform overview /cdf/index.md; data modeling /cdf/dm/index.md; data integration /cdf/integration/index.md; access /cdf/access/index.md; Cognite Toolkit /cdf/deploy/cdf_toolkit/index.md; REST quickstart /dev/quickstart.md; Python SDK /dev/sdks/python/index.md; Atlas AI /cdf/atlas_ai/concepts/index.md; Flows apps /cdf/flows/index.md; Aura UI /cdf/aura/index.md; MCP and IDE setup /dev/guides/ide_ai_integration.md.

# Errors

> List errors reported by an integration, filtered by task or time range, in Cognite Data Fusion (CDF).

The errors API gives you access to errors reported by an integration's tasks. Errors are associated with the task and time range during which they occurred, so you can correlate failures with specific parts of an extractor's work. You retrieve errors by listing them, optionally filtered by task or time range.

An integration error is a problem an extractor encountered while running a task, reported to CDF in a check-in request. Each error is linked to the task it occurred in and includes a start time, plus an end time once the extractor reports it as resolved.

## Listing and filtering errors

You can list all errors for an integration, or narrow the results to a specific task name or time window. This makes it possible to build alerting on new errors, or to investigate a specific incident by looking at what failed and when.

<Note>
  Combine error listing with task history to see the full picture: what was running, what failed, and when it recovered.
</Note>

## Key operations

* **List**: Retrieve errors for an integration, filtered by task name or time range.

Errors are the primary signal for troubleshooting a misbehaving extractor, alongside task history and logs the extractor produces on its own.
