Skip to main content

Return log entries associated with a job. Fetched via ILIKE '%{job_id}%' on LogEntry.message, ordered by created_at DESC

GET 

/api/v1/jobs/:job_id/logs

Return log entries associated with a job. Fetched via ILIKE '%{job_id}%' on LogEntry.message, ordered by created_at DESC. No FK relationship — string-match heuristic.

Request

Responses

Success