Filter experiments summary

Return the number of experiments matching a POST filter payload.

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY for API key auth or Bearer <JWT> for dashboard auth.

Request

This endpoint expects an object.
filtersobjectOptional
Filter criteria using the standard Respan filter format.
is_exportingbooleanOptionalDefaults to false
Reserved for dashboard exports.

Response

Experiment summary.
total_countinteger
Number of experiments matching the filters.

Errors

400
Bad Request Error
401
Unauthorized Error