Endpoint
Request Body
Template ID to export.
Response
Full exported template payload.
Export full template data for debugging and tooling
POST https://api.ugc.inc/automations/export
const res = await client.automations.exportTemplate({ templateId: 'tpl_123' });