Templates
Get template version dry-run logs by job ID
get/api/v2/templateversions/{templateversion}/dry-run/{jobID}/logs
Path parameters
templateversionstring uuid required
Template version ID
jobIDstring uuid required
Job ID
Query parameters
beforeinteger
Before Unix timestamp
afterinteger
After Unix timestamp
followboolean
Follow log stream
format'json' | 'text'
Log output format. Accepted: 'json' (default), 'text' (plain text with RFC3339 timestamps and ANSI colors). Not supported with follow=true.
Response
OK