---
title: "List Video Embeds"
method: GET
path: "/communities/spaces/posts/{post_id}/video_embeds"
tags: ["Communities::Spaces::Post::VideoEmbed"]
---

# List Video Embeds

`GET /communities/spaces/posts/{post_id}/video_embeds`

List video embeds for a post

## Path parameters

- `post_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at'

## Response `200`

OK

- CommunitiesSpacesPostsVideoEmbedAttributes[]
  - `id` integer — Video Embed ID
  - `public_id` string, nullable — Video Embed public ID
  - `post_id` integer — ID of the Post the video is attached to
  - `provider` 'youtube' | 'vimeo' | 'loom' | 'voomly', nullable — Video provider name, auto-detected from the URL. One of youtube, vimeo, loom, voomly.
  - `url` string, nullable — Source URL of the video
  - `data` object, nullable — Provider-specific metadata (arbitrary key/value pairs)
  - `workspace_id` integer, nullable — Workspace ID the post belongs to
  - `created_at` string, date-time, nullable — Created at
  - `updated_at` string, date-time, nullable — Updated at

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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