Pipedream integration (Developer Tools, Productivity). Imported from open-connector.
https://api.pipedream.com/v1/users/me
/apps
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | A search query for app names or slugs. |
| hasComponents | boolean | optional | Whether to return only apps with public triggers or actions. |
| hasActions | boolean | optional | Whether to return only apps with public actions. |
| hasTriggers | boolean | optional | Whether to return only apps with public triggers. |
| limit | integer | optional | The number of apps to return. |
| after | string | optional | The pagination cursor returned by a previous Pipedream response. |
| before | string | optional | The pagination cursor returned by a previous Pipedream response. |
/apps/{appId}
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | The Pipedream app ID or name slug to retrieve. |
/workflows/{workflowId}
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The Pipedream workflow ID to retrieve. |
| orgId | string | optional | The Pipedream workspace ID used to scope user API key requests. |
/workflows/{workflowId}/event_summaries
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The Pipedream workflow ID whose events should be listed. |
| expandEvent | boolean | optional | Whether to request expanded event payloads from Pipedream. |
| limit | integer | optional | The number of emitted events to return. |
| after | string | optional | The pagination cursor returned by a previous Pipedream response. |
| before | string | optional | The pagination cursor returned by a previous Pipedream response. |
/workspaces/{workspaceId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The Pipedream workspace ID to retrieve. |