---
title: "Retrieve a list of all Factors for an Entity."
method: GET
path: "/v2/Services/{ServiceSid}/Entities/{Identity}/Factors"
tags: ["VerifyV2Factor"]
---

# Retrieve a list of all Factors for an Entity.

`GET /v2/Services/{ServiceSid}/Entities/{Identity}/Factors`

Retrieve a list of all Factors for an Entity.

## Path parameters

- `ServiceSid` string, required
- `Identity` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `factors` VerifyV2ServiceEntityFactor[]
    - `sid` string, nullable — A 34 character string that uniquely identifies this Factor.
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `service_sid` string, nullable — The unique SID identifier of the Service.
    - `entity_sid` string, nullable — The unique SID identifier of the Entity.
    - `identity` string, nullable — Customer unique identity for the Entity owner of the Factor. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.
    - `date_created` string, date-time, nullable — The date that this Factor was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date that this Factor was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `friendly_name` string, nullable — A human readable description of this resource, up to 64 characters. For a push factor, this can be the device's name.
    - `status` 'unverified' | 'verified' — The Status of this Factor. One of `unverified` or `verified`.
    - `factor_type` 'push' | 'totp' | 'passkeys' — The Type of this Factor. Currently `push` and `totp` are supported.
    - `config` unknown
    - `metadata` unknown
    - `url` string, uri, nullable — The URL of this resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-08-18** (v2) `3fd4376faab5` — 1 warning
  - added the new `passkeys` enum value to the `factors/items/factor_type` response property for the response status `200`
- **2025-07-03** (v2) `1548692e6804` — 2 breaking
  - the `factors/items/config` response's property type changed from `object` to no type for status `200`
  - the `factors/items/metadata` response's property type changed from `object` to no type for status `200`
- **2025-03-11** (v2) `43e0e113369c` — 2 breaking
  - the `factors/items/config` response's property type changed from no type to `object` for status `200`
  - the `factors/items/metadata` response's property type changed from no type to `object` for status `200`
- **2025-02-20** (v2) `b8075ab6f350` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2Factor` added

[Change history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Services/:ServiceSid/Entities/:Identity/Factors/get.md)

---

[API](https://skmtc.dev/twilio/apis/verify-v2.md) · [All operations](https://skmtc.dev/twilio/apis/verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/verify-v2/revisions/995c3e7a8bfb/schema)
