Skip to main content
The Decipher API lets you retrieve test results, session replays, AI-generated timelines, screenshots, and monitoring issue data programmatically. Use it to integrate Decipher into your CI/CD pipelines, build custom dashboards, analyze user behavior, monitor production issues, or trigger alerts in external systems. Base API URL: https://api.getdecipher.com

Authentication

All API requests require an API key. You can create and manage API keys from Settings > API Keys in the Decipher dashboard. Include your key in the Authorization header:
Alternatively, you can use the X-API-Key header:
API keys are scoped to your organization. Any test or run belonging to your organization is accessible with your key.

Errors

The API uses standard HTTP status codes and returns a consistent error object:

Pagination

List endpoints use cursor-based pagination. The response includes:
  • hasMore — whether more results exist
  • nextCursor — pass this as the cursor query parameter to fetch the next page