Skip to main content

Endpoint

POST https://api.ugc.inc/automations/logs

Request Body

runId
string
required
Run ID.

Response

data
AutomationRunLog[]
Log entries for the run.

TypeScript

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