Skip to main content
GET
/
v3
/
triggers
/
{trigger}
/
actions
/
{action}
Read a specific trigger action
curl --request GET \
  --url http://localhost/api/v3/triggers/{trigger}/actions/{action}
{
  "data": {
    "id": 123,
    "uuid": "<string>",
    "references_id": "<string>",
    "name": "<string>",
    "sort_order": 123,
    "description": "<string>",
    "notes": "<string>",
    "arguments": [
      {
        "name": "<string>",
        "value": "<string>",
        "is_dynamic": "<string>"
      }
    ],
    "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

trigger
integer
required

The trigger ID

action
integer
required

The action ID

Response

Action

data
Action · object
required