Trigger a test run
Trigger a saved dashboard test remotely using API-key authentication. Returns the queued run ID.
Authentication
AuthorizationBearer
API key authentication using Bearer token format
Path parameters
testId
Test ID
Request
This endpoint expects an object.
mode
Allowed values:
platform
Run platform for the test. Mobile tests default to ios when omitted, so Android runs must set platform: android — including when the mobile app is selected by appId.
Allowed values:
deviceModel
Mobile device variant within the run platform (iOS: iphone | ipad). Omit for the platform default phone-sized device; explicitly requesting the default (e.g. iphone) is equivalent to omitting it.
Allowed values:
appId
projectEnvironmentId
Response
Test run queued successfully
status
runId
testId
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error
