Get historical SLA records

GET/api/v1/sla/history

Parameters

fromquerystring
toquerystring

Responses

200SLA history records

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/sla/history" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200SLA history records
Example response not yet documented.