List Metronome trigger diagnostic summaries

GET/v1/metronomes/{metronomeId}/trigger-summary

Group recent trigger deliveries by trigger type with matched, ignored, failed, and unauthorized counts plus latest event context.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
metronomeIdpathstringYesMetronome workflow ID
Query parameters
NameLocationTypeRequiredDescription
limitqueryintegerNo

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Metronome trigger diagnostic summariesapplication/json
FieldTypeRequiredDescription
objectstringNo
dataobject[]No
data[].triggerTypestringNo
data[].totalCountintegerNo
data[].matchedCountintegerNo
data[].ignoredCountintegerNo
data[].failedCountintegerNo
data[].unauthorizedCountintegerNo
data[].lastReceivedAtstringNo
data[].lastMatchedAtstringNo
data[].lastIgnoredAtstringNo
data[].lastFailedAtstringNo
data[].lastRunIdstringNo
data[].lastRunStatusstringNo
data[].lastRunAtstringNo
data[].lastEventobjectNo
data[].lastEvent.idstringNoUnique identifier.
data[].lastEvent.metronomeIdstringNo
data[].lastEvent.userIdstringNoUser ID.
data[].lastEvent.runIdstringNo
data[].lastEvent.triggerTypestringNo
data[].lastEvent.statusmatched | ignored | failed | unauthorizedNoCurrent lifecycle status.
data[].lastEvent.sourceEventIdstringNo
data[].lastEvent.summarystringNo
data[].lastEvent.reasonstringNo
data[].lastEvent.payloadobjectNo
data[].lastEvent.createdAtstringNoISO 8601 timestamp.
data[].lastMatchedEventobjectNo
data[].lastMatchedEvent.idstringNoUnique identifier.
data[].lastMatchedEvent.metronomeIdstringNo
data[].lastMatchedEvent.userIdstringNoUser ID.
data[].lastMatchedEvent.runIdstringNo
data[].lastMatchedEvent.triggerTypestringNo
data[].lastMatchedEvent.statusmatched | ignored | failed | unauthorizedNoCurrent lifecycle status.
data[].lastMatchedEvent.sourceEventIdstringNo
data[].lastMatchedEvent.summarystringNo
data[].lastMatchedEvent.reasonstringNo
data[].lastMatchedEvent.payloadobjectNo
data[].lastMatchedEvent.createdAtstringNoISO 8601 timestamp.
data[].lastIgnoredEventobjectNo
data[].lastIgnoredEvent.idstringNoUnique identifier.
data[].lastIgnoredEvent.metronomeIdstringNo
data[].lastIgnoredEvent.userIdstringNoUser ID.
data[].lastIgnoredEvent.runIdstringNo
data[].lastIgnoredEvent.triggerTypestringNo
data[].lastIgnoredEvent.statusmatched | ignored | failed | unauthorizedNoCurrent lifecycle status.
data[].lastIgnoredEvent.sourceEventIdstringNo
data[].lastIgnoredEvent.summarystringNo
data[].lastIgnoredEvent.reasonstringNo
data[].lastIgnoredEvent.payloadobjectNo
data[].lastIgnoredEvent.createdAtstringNoISO 8601 timestamp.
List Metronome trigger diagnostic summaries
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow