← Tools Reference

Pipedream

Pipedream integration (Developer Tools, Productivity). Imported from open-connector.

API key6 toolshttps://api.pipedream.com/v1
GET
pipedream_get_current_user
Retrieve the authenticated Pipedream user profile and accessible workspaces.

/users/me

GET
pipedream_list_apps
Search or list apps available in the Pipedream integration catalog.

/apps

7 parameters
ParamTypeRequiredDescription
qstringoptionalA search query for app names or slugs.
hasComponentsbooleanoptionalWhether to return only apps with public triggers or actions.
hasActionsbooleanoptionalWhether to return only apps with public actions.
hasTriggersbooleanoptionalWhether to return only apps with public triggers.
limitintegeroptionalThe number of apps to return.
afterstringoptionalThe pagination cursor returned by a previous Pipedream response.
beforestringoptionalThe pagination cursor returned by a previous Pipedream response.
GET
pipedream_get_app
Retrieve metadata for one Pipedream app by app ID or name slug.

/apps/{appId}

1 parameter
ParamTypeRequiredDescription
appIdstringrequiredThe Pipedream app ID or name slug to retrieve.
GET
pipedream_get_workflow
Retrieve one Pipedream workflow by workflow ID.

/workflows/{workflowId}

2 parameters
ParamTypeRequiredDescription
workflowIdstringrequiredThe Pipedream workflow ID to retrieve.
orgIdstringoptionalThe Pipedream workspace ID used to scope user API key requests.
GET
pipedream_get_workflow_emits
Retrieve recent emitted event summaries for one Pipedream workflow.

/workflows/{workflowId}/event_summaries

5 parameters
ParamTypeRequiredDescription
workflowIdstringrequiredThe Pipedream workflow ID whose events should be listed.
expandEventbooleanoptionalWhether to request expanded event payloads from Pipedream.
limitintegeroptionalThe number of emitted events to return.
afterstringoptionalThe pagination cursor returned by a previous Pipedream response.
beforestringoptionalThe pagination cursor returned by a previous Pipedream response.
GET
pipedream_get_workspace
Retrieve one Pipedream workspace and its current usage metadata.

/workspaces/{workspaceId}

1 parameter
ParamTypeRequiredDescription
workspaceIdstringrequiredThe Pipedream workspace ID to retrieve.