sayintel
Endpoint

List qa codes

GET/api/public/v1/qa-codesread

Enumerate the machine-readable vocabulary this API answers with: every QA hard-fail code with its remediation action and hint, plus the envelope error codes and their HTTP statuses. Static reference — safe to cache. Use it to map a get_draft_qa hard_fail_code to the fix action without guessing.

Request

curl "https://sayintel.com/api/public/v1/qa-codes" \
  -H "Authorization: Bearer $SAYINTEL_TOKEN"

Try it out

Try it outGET/api/public/v1/qa-codesread

Sent as a bearer token to this site only, and kept in this tab's session storage. It is never written to disk or sent anywhere else.

Paste an API key to run.

Response

{
  "ok": true,
  "tool": "list_qa_codes",
  "kind": "read",
  "data": { ... },
  "error": null
}

Notes