Skip to main content
GET
List all connectors & actions metadata

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

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:
filter
object | null

Actions Metadata filters

include
enum<string>[] | null

Additional data to include in the response

Available options:
action_details,
authentication_guides,
event_guides
Example:
search
string | null

Text search across provider names, action labels, and action descriptions

Example:

"employee"

exclude
enum<string>[] | null

Data to exclude from the response

Available options:
actions
Example:

Response

List of actions metadata

next
string | null

Cursor for fetching the next page of results

data
object[] | null

The list of actions metadata