GET /v1/experiments
Returns project-level usage and per-experiment interview stats for all active experiments.
Returns an object with project usage and an experiments array.
Request
Bearer token. See Authentication.
Response
Project-level usage.
Active experiments with usage stats.
How limits work
Weekly limits
Reset every Monday at 00:00 UTC automatically.Monthly limits
Reset based on your subscription start date. A billing period starting on the 15th runs from the 15th to the 14th of the next month.The accepting_interviews field
true only when all three conditions are met:
- Experiment weekly limit not reached
- Experiment monthly limit not reached
- Project monthly limit not reached
null) are skipped.
Typical integration
Checkaccepting_interviews before sending invitations: