meta_ads_videos_get
Retrieve uploaded video's processing status and metadata to determine when it is ready for use in ad creatives.
Instructions
Gets an uploaded video's processing status and metadata (status, id, title, length, created_time). Read-only — does not modify the account. Meta processes uploads asynchronously and rejects creatives that reference a video still in progress, so poll this tool until the nested status object reports the video is ready (status.video_status, with per-stage detail in status.processing_phase) before calling meta_ads_creatives_create with video_id. Typical processing takes minutes, scaling with file size and length. Once ready, pick a thumbnail via meta_ads_videos_thumbnails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Video ID returned by meta_ads_videos_upload / meta_ads_videos_upload_file. | |
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. |