Get a contract event by IDAsk AIget https://{hostname}/v1/contracts/{contract_id}/events/{event_id}Use this endpoint to retrieve a specific contract event by its ID.Path Paramscontract_idintegerrequiredThe unique ID of the contract.event_idintegerrequiredThe unique ID of the event.Headersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.x-oneflow-user-emailstringThe email address of a registered Oneflow user.Responses 200Returns the requested contract event. 400Invalid format or content of the request. 401The API token or the user email is invalid. 404A required entity is missing.Updated 7 months ago