GET /messaging/v1/email/definitions/{definitionKey}/queue
Gets metrics for the messages of a send definition. Applies to messages that are accepted but not yet processed.
Name | Type | Description | |
---|---|---|---|
definitionKey | string | Required | Unique identifier of the definition. |
Status | Name | Type | Description |
---|---|---|---|
200 | OK. Review example response. | ||
requestId | string | The unique identifier of this request. | |
ageSeconds | integer | Age of the oldest unprocessed record in the queue. | |
count | integer | Total number of records waiting to be processed in the queue. |
Check the queue depth and age of the oldest record not yet processed. If you set a definition to inactive and continue to send message requests to it, the count and age increase.