Get a prehandler
Returns the source definition of the supplied prehandler, including its script, conditions, and lifecycle state. Returns 400 prehandler_not_found if the id does not exist or is not accessible to the calling client.
Authorizations
Path Parameters
The id of the prehandler to be retrieved.
Response
Prehandler source definition with build-time fields, conditions, actions, execution order, and component references.
Prehandler source definition with build-time fields, conditions, actions, and execution order.
Actions executed when the prehandler conditions match.
Actions executed when the prehandler conditions match.
- EXPRESSION
- JAVASCRIPT_V1
- MAP_DATA_ATTRIBUTES
- SET_DATA
- SET_SANDBOX
Conditions that must match before the prehandler actions run.
Conditions that must match before the prehandler actions run.
- BLOCK_MATCH
- DATA_EXISTS
- EVENT_NAME_MATCH
- EXPRESSION
- HTTP_HEADER_MATCH
- JAVASCRIPT_V1
RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$"2025-10-24T02:00:00-07:00"
Optional build-time expression that resolves to the prehandler description.
Build-time expression that controls whether the prehandler is active.
Unique identifier for the prehandler.
Build-time expression that resolves to the prehandler name.
Build-time expression that controls the prehandler execution order.
Tags used to classify or filter the prehandler.
Tags used to classify or filter the prehandler.
RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$"2025-10-24T02:00:00-07:00"
