Get flag trigger by ID

Get a flag trigger by ID.

Path parameters

projectKeystringRequired
The project key
featureFlagKeystringRequired
The feature flag key
environmentKeystringRequired
The environment key
idstringRequired
The flag trigger ID

Headers

AuthorizationstringRequired

Response

Flag trigger response
_idstringOptional
The ID of this flag trigger
_versionintegerOptional
The flag trigger version
_creationDatelongOptional
Timestamp of when the flag trigger was created
_maintainerIdstringOptional
The ID of the flag trigger maintainer
_maintainerobjectOptional
Details on the member who maintains this flag trigger
enabledbooleanOptional
Whether the flag trigger is currently enabled
_integrationKeystringOptional
The unique identifier of the integration for your trigger
instructionslist of maps from strings to anyOptional
Details on the action to perform when triggering
_lastTriggeredAtlongOptional
Timestamp of when the trigger was most recently executed
_recentTriggerBodieslist of objectsOptional
Details on recent flag trigger requests.
_triggerCountintegerOptional
Number of times the trigger has been executed
triggerURLstringOptional
The unguessable URL for this flag trigger

Errors