Skip to main content
GET
/
v3
/
action-history
Browse Action Histories
curl --request GET \
  --url http://localhost/api/v3/action-history
{
  "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.

Query Parameters

page[size]
string

Response

Array of ActionHistory

data
ActionHistory · object[]
required