# CSV export

You can download the data in a CSV file from any view of the Site status page by clicking on "Export data as CSV" entry in the contextual menu. Each view has its own set of fields defined in the corresponding exported CSV file. These fields are described below.

## Captures fields

- **path** string: The path of a page  
- **date** string: The date (ISO) when the page has been captured  
- **referrer** string: The referrer of the page detected by the SEO4Ajax crawler  
- **redirect code** string: The status code if the page returns a redirect  
- **redirect location** string: The redirect location (when redirect code is not empty)  
- **bot name** string: The bot name of the last bot request  
- **request date** string: The date (ISO) of the last bot request

## Errors fields

- **path** string: The path of a page  
- **date** string: The date (ISO) when the error has been detected  
- **referrer** string: The referrer of the page detected by the SEO4Ajax crawler  
- **error** string: The error type  
- **bot name** string: The bot name of the last bot request  
- **request date** string: The date (ISO) of the last bot request

## Pending captures fields

- **path** string: The path of a page  
- **date** string: The date (ISO) when the page has been added in the pending queue  
- **referrer** string: The referrer of the page detected by the SEO4Ajax crawler  
- **priority** string: The priority of the pending capture  
- **bot name** string: The bot name of the last bot request  
- **request date** string: The date (ISO) of the last bot request
