Filter Evaluations
Filter evaluations by metadata, status, and tags.
Accepts up to 10 filters combined with AND logic, each comparing a key against a value with an
operator (==, !=, >=, <=, IN, NOT_IN). Filter on metadata keys returned by the
metadata-keys endpoint, plus the built-in status and tag keys. Archived evaluations are
excluded unless include_archived is set, and the tasks view includes task configurations in
each result. Use this for metadata or status filtering; for simple name or tag lookups the list
endpoint is sufficient.
Authorizations
Headers
Query Parameters
tasks 1 <= x <= 10000asc, desc Body
Request model for filtering evaluations
List of metadata filters to apply (maximum 10)
10Response
Successful Response
The total of items that match the query. This is greater than or equal to the number of items returned.
Whether there are more items left to be fetched.
"list"The maximum number of items to return.

