Skip to main content
GET
/
v1
/
public
/
workflows
/
actions
List Public Workflow Actions
curl --request GET \
  --url https://api.sanka.com/v1/public/workflows/actions \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "action_uid": "<string>",
      "is_trigger": true,
      "action_slug": "<string>",
      "title": "<string>",
      "title_ja": "<string>",
      "trigger_type": "<string>",
      "input_format": {},
      "output_format": {},
      "required_conditions": {}
    }
  ],
  "count": 123,
  "ctx_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

data
PublicWorkflowActionSchema · object[]
required
count
integer
required
ctx_id
string | null