Get program-level category trigger status
Get the status and version of the latest category action trigger registration at the program scope.
Program-level triggers apply to all enrichment requests where the programId field matches this program.
Important: Triggers are only applied to enrichment responses when the status is succeeded.
To learn more about action triggers, please read the Category Action Triggers Guide.
Authorizations
Path Parameters
Your unique identifier for the program
512Response
Successful operation
Response containing the status of a category action trigger registration.
The current status of the action trigger registration. Category trigger registrations are processed synchronously, so the status is always one of:
succeeded: Registration complete, triggers are now activefailed: Registration failed, check your request and retry
succeeded, failed "succeeded"
The version number of this registration. Increments with each PUT, PATCH, or DELETE request to this scope.
1
The list of active category triggers registered for this scope. Present on GET responses; omitted on PUT and PATCH responses.
The total number of active category triggers registered for this scope. Present on GET responses; omitted on PUT and PATCH responses.
10

