---
title: "getSocialVideoByEntity"
method: GET
path: "/social-videos/entity"
tags: ["Social Video"]
---

# getSocialVideoByEntity

`GET /social-videos/entity`

Retrieves the status and details of a social video for a specific entity

## Query parameters

- `entity_type` string, required
- `entity_id` string, required
- `persona` string, required

## Response `200`

Success

- object
  - `id` string
  - `status` string
  - `url` string
  - `thumbnail_url` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Social video not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/versions/d22bb925eeed/schema)
