For the complete documentation index, see llms.txt. This page is also available as Markdown.

Source Control

Operations about source control

Pull changes from the remote repository

post

Requires the Source Control feature to be licensed and connected to a repository.

Authorizations
X-N8N-API-KEYstringRequired
Body
forcebooleanOptionalExample: true
autoPublishstring · enumOptional

Controls automatic workflow publishing after import:

  • none: Keep workflows in their local published state (default)
  • all: Publish all imported workflows
  • published: Publish only workflows that were published locally before import
Default: noneExample: publishedPossible values:
Responses
200

Pull result containing the list of files that were pulled from the remote repository.

application/json
filestringRequired
idstringRequired
namestringRequired
typestring · enumRequiredPossible values:
statusstring · enumRequiredPossible values:
locationstring · enumRequiredPossible values:
conflictbooleanRequired
updatedAtstringRequired
pushedbooleanOptional
isLocalPublishedbooleanOptional
isRemoteArchivedbooleanOptional
parentFolderIdstring · nullableOptional
folderPathstring[]Optional
publishingErrorstringOptional
post/source-control/pull

Last updated

Was this helpful?