---
title: "Retrieve a list of Evaluations associated to the trust_product resource."
method: GET
path: "/v1/TrustProducts/{TrustProductSid}/Evaluations"
tags: ["TrusthubV1TrustProductsEvaluations"]
---

# Retrieve a list of Evaluations associated to the trust_product resource.

`GET /v1/TrustProducts/{TrustProductSid}/Evaluations`

Retrieve a list of Evaluations associated to the trust_product resource.

## Path parameters

- `TrustProductSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `results` TrusthubV1TrustProductTrustProductEvaluation[]
    - `sid` string, nullable — The unique string that identifies the Evaluation resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the trust_product resource.
    - `policy_sid` string, nullable — The unique string of a policy that is associated to the trust_product resource.
    - `trust_product_sid` string, nullable — The unique string that we created to identify the trust_product resource.
    - `status` 'compliant' | 'noncompliant' — The compliance status of the Evaluation resource.
    - `results` unknown[], nullable — The results of the Evaluation which includes the valid and invalid attributes.
      - unknown
    - `date_created` string, date-time, nullable
    - `url` string, uri, nullable
  - `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

---

[API](https://skmtc.net/twilio/apis/trusthub-v1.md) · [All operations](https://skmtc.net/twilio/apis/trusthub-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/trusthub-v1/revisions/efbeb2fac001/schema)
