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

Get the Git Sync configuration and status for a space

Returns metadata about the Git Sync provider connected to the space. Returns 404 if no Git provider is configured. Use this to check sync state before triggering an import or export.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Responses
200

The Git Sync info for the space

application/json
repoNamestringOptional

Repository name.

installationStatusstring · enumOptionalPossible values:
installationProviderstring · enumOptional

The provider of the Git Sync installation.

Possible values:
integrationstringOptionalDeprecated

The integration name providing the Git Sync.

installationIdstringOptional

The ID of the Git Sync installation.

urlstringOptional

The URL to the repository tree, used when rendering public content.

updatedAtstring · date-timeOptional

When the Git provider details were last updated

get/spaces/{spaceId}/git/info

Last updated

Was this helpful?

Powered by GitBook