---
title: "Get Verification Request Status History"
method: GET
path: "/messaging_tollfree/verification/requests/{id}/status_history"
tags: ["Verification Requests"]
---

# Get Verification Request Status History

`GET /messaging_tollfree/verification/requests/{id}/status_history`

Get the history of status changes for a verification request.

Returns a paginated list of historical status changes including the reason for each change and when it occurred.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `page[number]` integer, required
- `page[size]` integer, required — Request this many records per page. This value is automatically clamped if the provided value is too large.

## Response `200`

Successful Response

- PaginatedVerificationStatusHistoryEntry — A paginated response
  - `records` VerificationStatusHistoryEntry[], required — The records yielded by this request
    - `reason` string, nullable — An explanation of why this request has its current status.
    - `updatedAt` string, date-time, required — The timestamp at which this status change occurred
    - `verificationStatus` 'Verified' | 'Rejected' | 'Waiting For Vendor' | 'Waiting For Customer' | 'Waiting For Telnyx' | 'In Progress', required — Tollfree verification status
  - `total_records` integer, required — The total amount of records for these query parameters

## Other responses

- `4XX` — Generic error response

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
