Skip to main content
This guide is the fastest way to validate Revyl API access from a script or CI job.
This API quickstart is for orchestration (run tests/workflows, poll status, cancel runs). For interactive cloud-device control, use the CLI.

Prerequisites

  1. Create an API key in Settings -> API Keys
  2. Export it locally:
  1. Have at least one test_id and workflow_id

1. Execute a Test

Expected response (example):

2. Poll Test Status

Poll until status is terminal (completed, failed, cancelled, timeout).

3. Execute a Workflow

4. Poll Workflow Status

Optional: Cancel a Running Test

Python Example

Next