cURL
curl --request GET \ --url https://{host}/receive/metrics/jobs/{jobId}/logs
{ "jobId": "<string>", "name": "<string>", "parameters": [ { "name": "<string>", "value": "<string>" } ], "logs": [ { "name": "<string>", "contents": "<string>" } ] }
List the log files for the job (optionally tail N lines).
Job GUID.
Tail N lines from each log; -1 returns the entire file.
Log files (with optional tail)
Show child attributes