---
title: "Points Meta"
canonical_url: "https://docs.getdx.com/webapi/types/points-meta/"
md_url: "https://docs.getdx.com/webapi/types/points-meta.md"
last_updated: "2026-05-08"
---

# Points Meta
Information about the achieved and total possible points for an entity and a scorecard.

## Example

```json
{
  "points_achieved": 85,
  "points_total": 100
}
```

## Properties

| Key               | Type   | Description                                                                     |
| ----------------- | ------ | ------------------------------------------------------------------------------- |
| `points_achieved` | number | The number of points the entity has achieved for the scorecard.                 |
| `points_total`    | number | The total number of points possible for the entity to achieve on the scorecard. |
---

## Sitemap

[Overview of all docs pages](/llms.txt)
