Get app (poll registration)
Returns a single app including registrationStatus. COMPLETED, FAILED, and CANCELLED are terminal.
Authorizations
JWT login token tied to your Perfai user (not a separate API key). Obtain it via POST /api/v1/auth/token with your username and password (use the returned id_token) — the same login the web console performs. Carries org, user, and role; short-lived.
Path Parameters
MongoDB ObjectId of the app (from GET /apps or POST /apps).
Response
The app.
Onboarding state. COMPLETED, FAILED, and CANCELLED are terminal.
PENDING, IN_PROGRESS, COMPLETED, FAILED, CANCELLED How often this app is re-tested automatically. Apps inherit your organization default at registration and fall back to nightly, so an app may be on a recurring cadence you did not request here — each run consumes credits. Change it in the console (Edit app); this API does not set it, matching the console prompt.
none, nightly, custom, weekly_saturday, biweekly_saturday, monthly_first "nightly"

