projects
Trigger a discovery run
Queue a free-roam discovery run: the QA agent gets only a goal, decides what to test itself, and reports every bug it finds. Supports web, iOS, and Android; mobile platforms explore the uploaded app. FAILED means bugs were found.
post/v1/projects/{projectId}/discovery-runs
Path parameters
projectIdstring required
Project ID or shortId
Headers
Authorizationstring required
API key authentication using Bearer token format
Request body
Response
Discovery run queued successfully
Changes
Changed in 2 of the 20 revisions of this API.111
- ▲
the
goalrequest property's minLength was increased from0to8request-property-min-length-increased
- ●
the
goalrequest property's maxLength was set to2000request-property-max-length-set
- ▲
- ○
endpoint added
endpoint-added
- ○