Skip to main content
POST
Trigger a dynamic pull request run

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

projectId
string
required

Project ID or shortId

Body

application/json
targetUrl
string<uri>
required
pullRequest
object
required
platform
enum<string>
Available options:
web

Response

Dynamic PR run queued successfully

status
enum<string>
required

"skipped" means the PR skip judge decided the changes cannot affect this platform; a cancelled audit run records the decision and no test executes.

Available options:
queued,
skipped
runId
string<uuid>
required
projectId
string<uuid>
required
platform
enum<string>
required
Available options:
web,
ios,
android
skipReason
string

Present only when status is "skipped".

metadata
object