---
title: "Fetch specific Evaluation Instance."
method: GET
path: "/v2/RegulatoryCompliance/Bundles/{BundleSid}/Evaluations/{Sid}"
tags: ["NumbersV2Evaluation"]
---

# Fetch specific Evaluation Instance.

`GET /v2/RegulatoryCompliance/Bundles/{BundleSid}/Evaluations/{Sid}`

Fetch specific Evaluation Instance.

## Path parameters

- `BundleSid` string, required
- `Sid` string, required

## Response `200`

OK

- NumbersV2RegulatoryComplianceBundleEvaluation
  - `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 Bundle resource.
  - `regulation_sid` string, nullable — The unique string of a regulation that is associated to the Bundle resource.
  - `bundle_sid` string, nullable — The unique string that we created to identify the Bundle 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

---

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