BV
BlitzReels Video Editor
/exports_list
List Exports
List exports with render status and progress. Completed exports include a signed download URL. Pass exportId to return one export.
liveunknown~5s typical
mcpblitzreelsvideoeditor
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-blitzreels-blitzreels /exports_list for me.
Input
| Field | Type | Description |
|---|---|---|
| projectId | string | Filter exports by project ID. UUID string. |
| exportId | string | Return only this export, including its signed download URL when the render is complete. UU |
| limit | number | Maximum exports to return when exportId is absent (1-50). default 20 |
| offset | number | Export offset when exportId is absent. default 0 |
| workspaceId | string | Optional workspace ID when projectId is not provided. Defaults to the user's default works |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-blitzreels-blitzreels","endpoint":"/exports_list","input":{"limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-com-blitzreels-blitzreels -e /exports_list -i '{"limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-com-blitzreels-blitzreels", endpoint: "/exports_list", input: {"limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.