TypeScript SDKFeature Clients

CEL Client

Client for debugging CEL expressions.

Methods

debug()

Debug a CEL expression with the provided input, filter payload, and optional metadata. Useful for testing and validating CEL expressions and debugging issues in production.

Parameters

ParameterTypeDescription
inputDebugCELInputThe input data to evaluate the CEL expression against.

Returns

Promise<CELEvaluationResult>

A promise that resolves to the evaluation result, which can either be a success with an output or an error with a message.

Throws

Will throw an error if the input is invalid or the API call fails.

Last updated on August 24, 2026

On this page