Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{subdomain}.mihu.ai/api/v1/builders/{uuid}/qa \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "passed": true } }
Returns the most recent stored QA report for the builder (code review + tests).
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Latest QA report.
true
Show child attributes