Get Sla Instance
AuthorizationBearer <token>
In: header
Path Parameters
instance_id*Instance Id
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/sla/instances/string"{
"completed_at": "2019-08-24T14:15:22Z",
"conversation_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"deadline_at": "2019-08-24T14:15:22Z",
"elapsed_minutes": 0,
"id": "string",
"metadata": {},
"paused_at": "2019-08-24T14:15:22Z",
"priority": "string",
"sla_policy_id": "string",
"started_at": "2019-08-24T14:15:22Z",
"state": "string",
"target_minutes": 0,
"target_type": "string",
"updated_at": "2019-08-24T14:15:22Z"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}