Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude

Invoke Skill Reports Audit Workpaper Prepare

post/api/v1/skills/reports.audit-workpaper.prepare/invoke

Prepare an audit working paper β€” lead schedules, substantive testing, planning memos, going-concern, debt confirmations, related-party.

Request bodyapplication/json

FieldTypeDescription
client_idrequiredstring (uuid)β€”
workpaper_type"lead_schedule" | "substantive_test" | "planning_memo" | "going_concern" | "subsequent_events" | "revenue_testing" | "expense_testing" | "debt_confirmation" | "related_party"β€”
lead_schedulesubstantive_testplanning_memogoing_concernsubsequent_eventsrevenue_testingexpense_testingdebt_confirmationrelated_party
periodrequiredstringβ€”
materialitynumber | string | nullβ€”
sample_sizeintegerβ€”
framework"ASA" | "ISA" | "PCAOB" | "GAAS" | "ISA_UK"β€”
ASAISAPCAOBGAASISA_UK

Responses

200Skill executed successfully
FieldTypeDescription
skillrequiredstringβ€”
outputrequiredobjectβ€”
show nested
FieldTypeDescription
artifact_idstring (uuid) | nullβ€”
download_urlstringβ€”
summarystringβ€”
citationsany[]β€”
warningsstring[]β€”
stub_fieldsstring[]β€”
workpaper_typestringβ€”
sectionsstring[]β€”
findingsany[]β€”
sample_resultsobjectβ€”
show nested
Empty object.
correlation_idrequiredstringβ€”
401Authentication required
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
403Insufficient permissions
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
404Skill not found
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
429Rate limit exceeded
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
5XXInternal server error
FieldTypeDescription
errorrequiredobjectβ€”
show nested
FieldTypeDescription
typerequiredstringβ€”
coderequiredstringβ€”
messagerequiredstringβ€”
paramstringβ€”
retry_after_secondsintegerβ€”
curl https://api.dev.arch.ie/api/v1/skills/reports.audit-workpaper.prepare/invoke \
  -X POST \
  -H "Authorization: Bearer sk_..." \
  -H "Content-Type: application/json" \
  -d '{
       "client_id": "00000000-0000-0000-0000-000000000000",
       "workpaper_type": "lead_schedule",
       "period": "string",
       "materiality": null,
       "sample_size": 0,
       "framework": "ASA"
     }'