---
title: "List steps for the authenticated consumer"
method: GET
path: "/api/v4/me/steps"
tags: ["Profiles"]
---

# List steps for the authenticated consumer

`GET /api/v4/me/steps`

Returns program steps completed by the authenticated consumer. Filter by `campaign_id`, `program_label`, `step_name`, or `quality` to narrow the result set.

## Query parameters

- `campaign_id` string, nullable
- `program_label` string, nullable
- `step_name` string, nullable
- `quality` 'HIGH' | 'LOW' | 'NONE', nullable
- `partner_event_id_name` string, nullable
- `partner_event_id_value` string, nullable

## Response `200`

Successful response

- StepResponse[]
  - `name` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
