ValidateRunFilter
RunService
ValidateRunFilter
Validates a CEL filter expression against the available run filter fields.
POST
ValidateRunFilter
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The request for a call to RunService_ValidateRunFilter.
The request for a call to RunService_ValidateRunFilter.
The CEL filter expression to validate.
Response
A successful response.
The response of a call to RunService_ValidateRunFilter.
Empty string if the filter is valid; otherwise contains the validation error message.