Run an action on an object
Runs a named action on one object. GET /types/{type_name} lists the actions of a type, with a params_schema for each. A call with an API key counts as an agent call. The server refuses an action that can reach a buyer unless a person starts it. An API key needs the ontology:write scope for this call. Keys that you create in the Doris app have ontology:read and events:read only, so they get 403. Rate limit: 60 requests per minute for each workspace.
Authorizations
A Doris API key that starts with sk-live-. A workspace admin creates keys in Settings > Workspace > Developer. A key works only on /api/v1/ontology/ routes.
Path Parameters
The object type, for example deal, account, person, meeting or commitment. Call GET /types to see the types in your workspace.
"deal"
The object ID.
The action name, for example complete on commitment.
Body
The body is of type object.
Response
The action succeeded. The shape depends on the action.
The response is of type object.