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

# Job Report Archive

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Reporting , Admin , Article , Product Utilization , Established , Instruction , Box Shuttle , P2"}} />

Box maintains raw Shuttle job data for 90 days after jobs are completed. After this period of time, the job run appears with a clock icon (<InlineImage src="/images/box-shuttle/clock-icon.png" alt="clock-icon-png" />) on the **History** page. This indicates that the in-app report is no longer available.

<Frame>
  <img src="https://mintcdn.com/product-docs/dW2CrB15cGHkJMcd/images/box-shuttle/90-day-job-run.png?fit=max&auto=format&n=dW2CrB15cGHkJMcd&q=85&s=0ec3673350c0d40e29b2e766d2f2d8c3" alt="90-day-job-run-png" width="1113" height="358" data-path="images/box-shuttle/90-day-job-run.png" />
</Frame>

Users can still request the comprehensive report containing all job data from their admin. This report is stored in the **Archive** subfolder within the **Box Shuttle Reports** folder in the Admin user’s account. Once Box determines that job data was exported successfully, the raw job data is permanently deleted.

The report is generated whether or not any job [reports were generated manually](/en/box-shuttle/box-shuttle-reports/exporting-box-shuttle-reports) to ensure that you always have complete information available about the Shuttle jobs you ran.
