n8n integration (Productivity). Imported from open-connector.
https://{instance_url}/workflows
| Param | Type | Required | Description |
|---|---|---|---|
| active | boolean | optional | Filter workflows by active state. |
| tags | array | optional | Filter workflows by a comma-separated set of tag names. |
| name | string | optional | Filter workflows by name. |
| projectId | string | optional | An n8n resource identifier. |
| excludePinnedData | boolean | optional | Avoid retrieving pinned data. |
| limit | integer | optional | The maximum number of items to return. |
| cursor | string | optional | The cursor returned by a previous n8n list response. |
/workflows/{workflowId}
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The n8n workflow identifier. |
| excludePinnedData | boolean | optional | Avoid retrieving pinned data. |
/workflows/{workflowId}/activate
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The n8n workflow identifier. |
| versionId | string | optional | The specific workflow version ID to activate. |
| name | string | optional | An optional name for the workflow version. |
| description | string | optional | An optional description for the workflow version. |
/workflows/{workflowId}/deactivate
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The n8n workflow identifier. |
/workflows/{workflowId}/archive
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The n8n workflow identifier. |
/workflows/{workflowId}/unarchive
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The n8n workflow identifier. |
/executions
| Param | Type | Required | Description |
|---|---|---|---|
| includeData | boolean | optional | Whether to include detailed execution data. |
| redactExecutionData | boolean | optional | Whether to redact execution data in the response. |
| status | string | optional | An n8n execution status. |
| workflowId | string | optional | An n8n resource identifier. |
| projectId | string | optional | An n8n resource identifier. |
| limit | integer | optional | The maximum number of items to return. |
| cursor | string | optional | The cursor returned by a previous n8n list response. |
/executions/{executionId}
| Param | Type | Required | Description |
|---|---|---|---|
| executionId | integer | required | The n8n execution identifier. |
| includeData | boolean | optional | Whether to include detailed execution data. |
| redactExecutionData | boolean | optional | Whether to redact execution data in the response. |
/executions/{executionId}/retry
| Param | Type | Required | Description |
|---|---|---|---|
| executionId | integer | required | The n8n execution identifier. |
| loadWorkflow | boolean | optional | Whether to retry with the currently saved workflow instead of the workflow save… |
/executions/{executionId}/stop
| Param | Type | Required | Description |
|---|---|---|---|
| executionId | integer | required | The n8n execution identifier. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| cursor | string | optional | The cursor returned by a previous n8n list response. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The tag name. |
/tags/{tagId}
| Param | Type | Required | Description |
|---|---|---|---|
| tagId | string | required | The n8n tag identifier. |
| name | string | required | The updated tag name. |
/tags/{tagId}
| Param | Type | Required | Description |
|---|---|---|---|
| tagId | string | required | The n8n tag identifier. |
/workflows/{workflowId}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The n8n workflow identifier. |
/workflows/{workflowId}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| workflowId | string | required | The n8n workflow identifier. |
| tagIds | array | required | Tag IDs to attach to the workflow. |
/executions/{executionId}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| executionId | integer | required | The n8n execution identifier. |
/executions/{executionId}/tags
| Param | Type | Required | Description |
|---|---|---|---|
| executionId | integer | required | The n8n execution identifier. |
| tagIds | array | required | Tag IDs to attach to the execution. |
/variables
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | optional | An n8n resource identifier. |
| state | string | optional | Filter variables by state. |
| limit | integer | optional | The maximum number of items to return. |
| cursor | string | optional | The cursor returned by a previous n8n list response. |
/variables
| Param | Type | Required | Description |
|---|---|---|---|
| key | string | required | The variable key. |
| value | string | required | The variable value. |
| projectId | string | optional | An n8n resource identifier. |
/variables/{variableId}
| Param | Type | Required | Description |
|---|---|---|---|
| variableId | string | required | The n8n variable identifier. |
| key | string | required | The variable key. |
| value | string | required | The variable value. |
/variables/{variableId}
| Param | Type | Required | Description |
|---|---|---|---|
| variableId | string | required | The n8n variable identifier. |
/data-tables
| Param | Type | Required | Description |
|---|---|---|---|
| filter | object | optional | Filter conditions accepted by n8n. |
| sortBy | string | optional | Sort format such as field:asc or field:desc. |
| limit | integer | optional | The maximum number of items to return. |
| cursor | string | optional | The cursor returned by a previous n8n list response. |
/data-tables
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The data table name. |
| columns | array | required | Columns to create in the table. |
| projectId | string | optional | An n8n resource identifier. |
/data-tables/{dataTableId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
/data-tables/{dataTableId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| name | string | required | The new data table name. |
/data-tables/{dataTableId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
/data-tables/{dataTableId}/columns
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
/data-tables/{dataTableId}/columns
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| name | string | required | The data table column name. |
| type | string | required | The n8n data table column type. |
| index | integer | optional | The zero-based column position. |
/data-tables/{dataTableId}/columns/{columnId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| columnId | string | required | The n8n data table column identifier. |
| name | string | optional | The data table column name. |
| index | integer | optional | The new zero-based column position. |
/data-tables/{dataTableId}/columns/{columnId}
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| columnId | string | required | The n8n data table column identifier. |
/data-tables/{dataTableId}/rows
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| filter | object | optional | Structured n8n data table filter conditions. |
| sortBy | string | optional | Sort format such as columnName:asc or columnName:desc. |
| search | string | optional | Search text across string columns. |
| limit | integer | optional | The maximum number of items to return. |
| cursor | string | optional | The cursor returned by a previous n8n list response. |
/data-tables/{dataTableId}/rows
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| data | array | required | Rows to insert. |
| returnType | string | optional | How much data n8n should return after insertion. |
/data-tables/{dataTableId}/rows/update
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| filter | object | required | Structured n8n data table filter conditions. |
| data | object | required | A data table row keyed by column name. |
| returnData | boolean | optional | Whether n8n should return updated rows. |
| dryRun | boolean | optional | Preview matching updates without persisting changes. |
/data-tables/{dataTableId}/rows/upsert
| Param | Type | Required | Description |
|---|---|---|---|
| dataTableId | string | required | The n8n data table identifier. |
| filter | object | required | Structured n8n data table filter conditions. |
| data | object | required | A data table row keyed by column name. |
| returnData | boolean | optional | Whether n8n should return the upserted row. |
| dryRun | boolean | optional | Preview the upsert without persisting changes. |
/insights/summary
| Param | Type | Required | Description |
|---|---|---|---|
| startDate | string | optional | An ISO 8601 timestamp returned by n8n. |
| endDate | string | optional | An ISO 8601 timestamp returned by n8n. |
| projectId | string | optional | An n8n resource identifier. |