GET
/
actions
List all actions metadata
curl --request GET \
  --url https://api.stackone.com/actions
{
  "next": "<string>",
  "data": [
    {
      "version": "<string>",
      "name": "<string>",
      "key": "<string>",
      "icon": "<string>",
      "description": "<string>",
      "authentication": [
        {
          "type": "<string>",
          "label": "<string>",
          "key": "<string>"
        }
      ],
      "actions": [
        {
          "id": "<string>",
          "label": "<string>",
          "description": "<string>",
          "schema_type": "<string>",
          "tags": [
            "<string>"
          ],
          "authentication": [
            {
              "type": "<string>",
              "label": "<string>",
              "key": "<string>"
            }
          ],
          "operation_details": {}
        }
      ]
    }
  ]
}

Query Parameters

page
string | null
deprecated

The page number of the results to fetch

page_size
string | null

The number of results per page (default value is 25)

next
string | null

The unified cursor

group_by
string | null
default:connector

The relation to group the results by

Example:
["connector"]
filter
object | null

Actions Metadata filters

include
enum<string>[] | null

Additional data to include in the response

Example:
["operation_details"]

Response

List of actions metadata

next
string | null

Cursor for fetching the next page of results

data
object[] | null

The list of actions metadata