---
title: "Statements"
description: "The xAPI statements resource, which returns learner progress and activity records for Mindtickle modules."
contentType: "overview"
url: "https://developer.mindtickle.com/docs/xapi/statements/"
---

A statement is a single learning record: one learner, one progress state, and one Mindtickle activity, with the time the event occurred. The statements resource is read-only, so it returns records and never writes them.

## Endpoints

- [Get learner progress statements](/docs/xapi/statements/get-learner-progress-statements/): retrieve the statements for a learner, optionally filtered by progress state, with paginated results.

## Related

- [Authentication and setup](/docs/getting-started/authentication-and-setup/): base URLs, authentication, rate limits, and status codes.
