Skip to main content

Endpoint

POST https://api.ugc.inc/automations/export-run

Request Body

runId
string
required
Run ID to export.

Response

data
AutomationRunExport
Full exported run payload.

TypeScript

const res = await client.automations.exportRun({ runId: 'run_123' });