Projects V2

Run Project Doctor

Runs a battery of configuration diagnostics across every application in the project (App Store Connect API key, IAP shared secret, product import status, ASC product readiness, revenue tracking) and returns both a structured list of check results and a rendered markdown report. Intended for agents and humans triaging onboarding/configuration issues. Requires projects:read scope.

get/v2/projects/{id}/doctor

Path parameters

idstring required

Project ID

Project ID

Response

DoctorReport

object'doctor_report' required

Object type, always doctor_report.

project_idstring required

Project this report was generated for.

generated_atstring required

ISO 8601 timestamp of when the report was generated.

markdownstring required

Markdown-rendered version of the report, ready to present to a human or LLM agent.

Changes

No recorded changes to this endpoint across all 1 revision of this API.