List components
Retrieve available components with optional search and app filtering
Documentation Index
Fetch the complete documentation index at: https://pipedream.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A short-lived Connect token for client-side requests on behalf of an end user. Generate one via the Create Connect token endpoint.
Headers
The environment in which the server client is running
development, production Path Parameters
The project ID, which starts with proj_.
^proj_[a-zA-Z0-9]+$Query Parameters
The cursor to start from for pagination
The cursor to end before for pagination
The maximum number of results to return
A search query to filter the components
The ID or name slug of the app to filter the components
The registry to retrieve components from. Defaults to 'all' ('public', 'private', or 'all')
public, private, all The type of the component to filter the components The type of component (trigger or action)
trigger, action