List Facebook Live Videos
meta_get_live_videosRetrieve live videos from a Facebook Page. Filter by broadcast status and paginate results to get details like title, status, views, and creation time.
Instructions
Lists live videos on a Facebook Page.
Requires: meta_list_pages called first to load page tokens.
Args:
page_id (string): Facebook Page ID
broadcast_status (enum, optional): Filter by status — "LIVE", "UNPUBLISHED", "SCHEDULED_UNPUBLISHED", or "VOD"
limit (number, optional): Max results (1–100, default 10)
after (string, optional): Pagination cursor
Returns live video details including title, status, views, and creation time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Facebook Page ID | |
| broadcast_status | No | Filter by broadcast status | |
| limit | No | ||
| after | No | Pagination cursor for next page | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |