Skip to content

Get the most recent TLS check result.

GET
/tls/job/{tls_job_id}/recent
curl --request GET \
--url https://api.siteqwality.com/tls/job/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/recent \
--header 'Authorization: Bearer <token>'
tls_job_id
required
string format: uuid

TLS monitor identifier

Latest TLS check result

Media type application/json
object
id
required
string format: uuid
account_id
required
string format: uuid
tls_job_id
required
string format: uuid
created_at
required
string format: date-time
tls_version
string | null
request_duration_ms
integer | null format: int32
status
required
string
Allowed values: good bad unknown
failure_reason
string | null
Example
{
"status": "good"
}

Missing or invalid authentication

No TLS results found

Internal server error