---
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`.

## Changes

- **2025-05-13** (v1) `8bb665f99fd7` — 1 breaking
  - the `whatsapp` response's property type changed from no type to `object` for status `200`
- **2024-09-25** (v1) `264003ca763a` — 2 info
  - api tag `Contentv1ApprovalFetch` added
  - api tag `ContentV1ApprovalFetch` removed
- **2023-08-10** (v1) `ba9d2785cf5a` — 1 info
  - api tag `ContentV1ApprovalFetch` added

[Change history](https://skmtc.dev/twilio/apis/twilio-content/changes/v1/Content/:Sid/ApprovalRequests/get.md)

---

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