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

# Poll Job

### Params

<ParamField path="id" type="string">
  The id of the extraction job.
</ParamField>

### Response

<ResponseField name="id" type="string">
  The unique id of the extraction job.
</ResponseField>

<ResponseField name="createdAt" type="string">
  Date and time when the job was created.
</ResponseField>

<ResponseField name="status" type="string">
  Status of the job. This can be `CREATED`, `COMPLETED`, `FAILED` or `IN_PROGRESS`.
</ResponseField>

<ResponseField name="pages" type="number">
  Number of pages in the document processed.
</ResponseField>

<ResponseField name="type" type="string" default="extraction">
  The type of job.
</ResponseField>

<ResponseField name="fileName" type="string">
  The file URL.
</ResponseField>

<ResponseField name="result" type="object">
  The result of the extracted job.
</ResponseField>

<ResponseField name="formats" type="object">
  Available formats for the document.
</ResponseField>
