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

# Monitor indexing

> Learn how to check the status of indexing operations for Algolia's commercetools connector.

export const Records = () => <Tooltip tip="A record is a searchable object in an Algolia index. Each record consists of named attributes." cta="Algolia records" href="/doc/guides/sending-and-managing-data/prepare-your-data#algolia-records">
    records
  </Tooltip>;

After triggering a [full reindex](/doc/integration/commercetools/get-started/configuration#trigger-a-full-reindex) in the tasks list, you can check the progress of an indexing operation
in the [Connector Debugger](https://dashboard.algolia.com/connectors/debugger).

## Run overview

The **Runs** list shows details, such as the status, the source, the destination, and a time for each run.

<img src="https://mintcdn.com/algolia/OE79PcXc4TKi8BZa/doc/integration/commercetools/indexing/ct-progression.jpg?fit=max&auto=format&n=OE79PcXc4TKi8BZa&q=85&s=b0b365c0b760c01227f7a6371333ae31" alt="List of reindexing runs to index commercetools products with Algolia" width="2668" height="678" data-path="doc/integration/commercetools/indexing/ct-progression.jpg" />

## Run details

Select a run from the list by clicking on its row.
The **Details** panel shows the progress and details of an individual run including:

* The identifiers of the run and the task
* The **Status** and the **Outcome** of the run
* When the run has started and finished
* A panel with <Records /> and errors details

<img src="https://mintcdn.com/algolia/OE79PcXc4TKi8BZa/doc/integration/commercetools/indexing/ct-details.jpg?fit=max&auto=format&n=OE79PcXc4TKi8BZa&q=85&s=68a4d0c104d0cb93f4cacf03ef3537ca" alt="Screenshot of a 'Monitor indexing' page showing run details with 'Finished' status and 'Succeeded' records." width="1988" height="1502" data-path="doc/integration/commercetools/indexing/ct-details.jpg" />

## Record and error details

Select a record or an error in the **Events** panel to display more information about it.

<img src="https://mintcdn.com/algolia/OE79PcXc4TKi8BZa/doc/integration/commercetools/indexing/ct-record-details.jpg?fit=max&auto=format&n=OE79PcXc4TKi8BZa&q=85&s=504b6c14332fc054f4174d57d84a2eb2" alt="Screenshot of a 'Monitor indexing' page showing a succeeded record with Event ID, Parent ID, Batch size, and success message." width="1832" height="356" data-path="doc/integration/commercetools/indexing/ct-record-details.jpg" />

The number of products you can index depends on your [Algolia subscription](https://www.algolia.com/pricing/).
If you run into "Record quota exceeded" errors,
check your [Algolia account](https://dashboard.algolia.com/account/billing/overview).
