# Hydration job status

The Status of a hydration job is one of the following:

## INIT
The job is waiting to be processed.

## HYDRATING
The job is running.

## FAILED
An error occurred before the job completed.

## CANCELED
The user cancelled the job before it completed.

## INDEXING
Hydration service finished processing the job (all logs);
Kloudfuse indexes the logs as soon as they are hydrated, essentially in parallel. This ensures that the user can see their data in the platform.

## DONE
The job completed successfully.
