Get all production test challenges for an app.
Returns all production test challenges for the specified app.Documentation Index
Fetch the complete documentation index at: https://docs.hopae.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer <API_KEY> from Console > Developers > Workspace API Keys.type field to discriminate between them.
"challenge" (the request has been scheduled and a tpas challenge exists) or "request" (the challenge request is still pending scheduling).type === "challenge". The scheduled challenge object from tpas-backend.type === "request". The pending challenge request object.type === "request" are pending and do not yet have a report available. Wait for the item to transition to type === "challenge" before fetching its report. The challenge id (inside the challenge object) is the ID to use with the report endpoint — not the request id.