Skip to main content
GET
/
v3
/
action-history
/
{actionHistory}
Read Action History
curl --request GET \
  --url http://localhost/api/v3/action-history/{actionHistory}
{
  "data": {
    "id": "<string>",
    "actionable_type": "<string>",
    "actionable_id": 123,
    "items": [
      {
        "id": 123,
        "action_history_id": "<string>",
        "status": "<string>",
        "handler": "<string>",
        "arguments": [
          "<unknown>"
        ],
        "context": [
          "<unknown>"
        ],
        "result": [
          "<unknown>"
        ],
        "created_at": "<string>",
        "updated_at": "<string>"
      }
    ],
    "parent_id": "<string>",
    "parent_history": "<string>",
    "children_history": {},
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

actionHistory
string
required

The action history ID

Response

ActionHistory

data
ActionHistory · object
required