# Achievement Usage

The Achievement Usage report displays the progression of a specific member’s achievements.

A sample file is provided below:

{% file src="/files/wwtt08ArQ4k9EWCMHt7m" %}

**Available Data:**

* **achievementId**: Unique ID of the achievement
* **achievementName**: Name of the achievement
* **achievementDescription**: Description of the achievement
* **customerId**: Member's ID generated in Open Loyalty (memberId)
* **limitReached**: Boolean indicating if the achievement's limit has been reached
* **completedCount**: Number of times the achievement has been completed
* **memberProgressRules**: Member's progress through the achievement's rules
* **createdAt**: Date when the achievement progress entry was created
* **completedAt**: Date when the achievement was last completed
* **tenantId**: ID of the tenant where the transaction was created
* **updatedAt**: Date when the achievement progress entry was updated


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.openloyalty.io/technical-guide/data-exports/data-structure-and-types/achievement-usage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
