---
title: "Fetch Approval Status"
method: GET
path: "/v1/Content/{Sid}/ApprovalRequests"
tags: ["Contentv1ApprovalFetch"]
---

# Fetch Approval Status

`GET /v1/Content/{Sid}/ApprovalRequests`

Fetch a Content resource's approval status by its unique Content Sid

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ContentV1ContentApprovalFetch
  - `sid` string, nullable — The unique string that that we created to identify the Content resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/usage/api/account) that created Content resource.
  - `whatsapp` object, nullable — Contains the whatsapp approval information for the Content resource, with fields such as approval status, rejection reason, and category, amongst others.
  - `url` string, uri, nullable — The URL of the resource, relative to `https://content.twilio.com`.

---

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