List Ugc Jobs Tool
list_ugc_jobsList the UGC generation jobs in the connected account's current team, most
recent first. Each entry includes the ugc_job id (a hashid — pass it to
get_ugc_job_status), its status (queued, rendering, completed, failed), the
creator slug it was generated from (or null), and created_at.
Use it to review a team's UGC clips or find a job id to poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of jobs to return (1-100, default 25). | |
| status | No | Optional exact status filter: queued, rendering, completed, failed. |