Ask an AI about a record's history
Sends the complete (unpaginated) activity history for a sales order, fulfillment order, or shipment to an LLM along with a free-text question, and returns the model’s answer.
Useful for summarising what has happened to a record, diagnosing why an order behaved a certain way, or generating narrative explanations from raw audit-trail entries without having to paginate and parse them yourself.
The endpoint loads the full history server-side, so it does not respect
the page / limit filters of the list endpoint — every entry for the
subject is included in the prompt.
Authorizations
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Body
Response
AI-generated answer
Natural-language answer derived from the record's activity log