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": {} } ] } ] }
Get metrics for all sequences for the current organization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Array of sequence metrics
Show child attributes