Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ugc.inc/llms.txt

Use this file to discover all available pages before exploring further.

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' });