Get a single capture and its extracted items
Nucleus
Get a single capture and its extracted items
Returns the full capture record plus the structured items extracted from it (action items, decisions, key insights, contact mentions). Items are produced by an Inngest background job after the capture is created.
Response wrapper: { capture: NucleusCapture, items: NucleusCaptureItem[] }.
GET
Get a single capture and its extracted items
Authorizations
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Path Parameters
The capture's UUID.

