---
title: "Tables: Readiness Index"
description: "Lists the Reporting API tables that hold user, competency, and cadence metadata for Readiness Index, with their update frequency and download links."
contentType: "reference"
url: "https://developer.mindtickle.com/docs/reporting/tables-readiness-index/"
---

## Prerequisites

1. [FAQ](/docs/reporting/faq/#how-do-i-enable-reporting-api-access-for-a-user): Your email address must be enabled for Reporting API access.

These tables provide user, competency, and cadence metadata for Readiness Index (RI) in Mindtickle analytics. Sample links request up to 10 results. Full-data links omit that sample limit but remain subject to [data limits and pagination requirements](/docs/reporting/best-practices/#data-limits). For the attributes in each table, see the [Reporting API metadata sheet](https://docs.google.com/spreadsheets/d/1mghEtkASz0OO9YUE2lJjjMfnZ4ilsGrmyFXqNpkM-Qo/edit#gid=0).

## Readiness Index details

| Table name | Update frequency | Description | Downloads |
| --- | --- | --- | --- |
| `RIUser` | Weekly, every Monday at 2 am UTC | Contains information on a user, such as the user's RI score in their cohort for a given cadence. Granularity: RI score per user. | [Sample data](https://admin.mindtickle.com/Odata.svc/RIUser?$format=csv&$top=10), [full data](https://admin.mindtickle.com/Odata.svc/RIUser?$format=csv) |
| `CompetencyUser` | Weekly, every Monday at 2 am UTC | Contains information related to a user's competency score for a given cadence. Granularity: competency score per user. | [Sample data](https://admin.mindtickle.com/Odata.svc/CompetencyUser?$format=csv&$top=10), [full data](https://admin.mindtickle.com/Odata.svc/CompetencyUser?$format=csv) |
| `CohortCadencesDate` | Weekly, every Monday at 2 am UTC | Contains information on all cadences, that is periods, across cohorts, that is RI groups. Granularity: cadence information per cohort in the RI setup. | [Sample data](https://admin.mindtickle.com/Odata.svc/CohortCadencesDate?$format=csv&$top=10), [full data](https://admin.mindtickle.com/Odata.svc/CohortCadencesDate?$format=csv) |

## Notes

- **Asterisk (\*):** For an update frequency marked with an asterisk, it may take up to 24 hours for data updates to appear.
- **Double asterisk (\*\*):** Tables marked with a double asterisk are not enabled by default. Contact [Mindtickle Support](mailto:support@mindtickle.com) to enable a particular table for your learning site. The rest of the tables are enabled by default.
- **Download links:** Sample links request up to 10 results. Full-data links remain subject to the table's data limits; use [pagination](/docs/reporting/pagination/) for larger exports.
- **Timestamps:** For fields with a timestamp (date and time) across the Reporting API tables, the value is in the GMT time zone.
- **Service root URL:** The Reporting API has two [service root URLs](/docs/reporting/use-odata/#url-components) to query and extract data. The download links on this page reference the default URL. Ensure that you are using the correct, applicable URL.

## Related

- [Use OData](/docs/reporting/use-odata/): How to build the query URL for these tables.
- [Tables: object metadata](/docs/reporting/tables-object-metadata/): User metadata these tables reference.
- [Best practices](/docs/reporting/best-practices/): Query URL guidelines and data limits.
