# GET /sequences/{id}/step-stats

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Get per-step analytics for a sequence: sends, opens and clicks at each node.

```http
GET https://api.sendheron.com/api/v1/sequences/{id}/step-stats
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `sequences:read`

**Success status:** `200`

**Path parameters**

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | uuid | yes | Sequence UUID. |


---

Rate limits (global, all applied at once): 60 per minute, 150 per 5 minutes, 300 per hour, 2000 per day.
