v1

latestOpenAPI 3.1.02026-07-13182388559.6 KB
actions

List all available actions, optionally filtered by tags

get/v1/actions

Query parameters

tagsstring[]

Filter by tags (comma-separated or multiple params). Actions must have ALL specified tags (AND logic).

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "message": "successfully",
  "requestId": "abc-123"
}