Skip to main content
GET
Get job health

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

jobID
string
required

Query Parameters

window
string

Response

OK

avg_duration_secs
number<double>
required
canceled_runs
integer<int64>
required
completed_runs
integer<int64>
required
crashed_runs
integer<int64>
required
expired_runs
integer<int64>
required
failed_runs
integer<int64>
required
health_score
number<double>
required
job_id
string
required
p95_duration_secs
number<double>
required
p99_duration_secs
number<double>
required
since
string<date-time>
required
success_rate
number<double>
required
timed_out_runs
integer<int64>
required
total_runs
integer<int64>
required
window
string
required
$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.strait.dev/schemas/JobHealthResponse.json"