Endpoint
Request Body
Template ID.
Response
data
{ hasRecurrence: boolean; isPublished: boolean; nextRunAt: string | null; lastRunAt: string | null }
Current recurrence and publish state.
Get scheduling status for a recurring automation template
POST https://api.ugc.inc/automations/recurrence-status
const res = await client.automations.getRecurrenceStatus({ templateId: 'tpl_123' });