Metrics
Get Metrics
Path Parameters
inbox_id*string
Query Parameters
event_types?array<>
List of metric event types to query.
start?string
Start timestamp for the query.
Format
date-timeend?string
End timestamp for the query.
Format
date-timeHeader Parameters
Authorization*string
Bearer authentication
Response Body
application/json
curl -X GET "https://api.agentry.to/human/v0/inboxes/string/metrics" \ -H "Authorization: string"{
"property1": [
{
"timestamp": "2019-08-24T14:15:22Z",
"count": 0
}
],
"property2": [
{
"timestamp": "2019-08-24T14:15:22Z",
"count": 0
}
]
}