Skip to main content
GET
/
sequence-manager
/
sequences
/
metrics
cURL
curl --request GET \
  --url https://api.clarionhealth.com/v1/sequence-manager/sequences/metrics \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 123,
      "status": "in-progress",
      "created_at": "2023-11-07T05:31:56Z",
      "last_updated": "2023-11-07T05:31:56Z",
      "outreach": [
        {
          "type": "call",
          "step": 123,
          "call_record_id": 123,
          "messaging_encounter_id": 123,
          "analysis": {}
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Array of sequence metrics

data
object[]

Array of sequence metrics