Short answer: You can shotstack get render status in Shotstack by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Shotstack Shotstack Get Render Status action to a workflow, map its 1 input from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Render ID render_id | string | Required | The render ID returned by Render Video (`response.id` from that op). |
{"render_id": "e.g. 2abd5c11-0f3d-4c6d-9bff-abc123"}
{"success": true,"response": {"id": "2abd5c11-0f3d-4c6d-9bff-abc123","url": "https://shotstack-api-stage-output.s3-ap-southeast-2.amazonaws.com/.../output.mp4","plan": "free","owner": "5y...","status": "done","created": "2026-05-13T08:00:00.000Z","updated": "2026-05-13T08:00:12.400Z","duration": 5,"renderTime": 12.4}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.