UiPath Documentation
integration-service
latest
false
Integration Service API guide
  • Getting started
    • Base URL
  • Connections API
  • Connectors API
    • Download custom connector

Download custom connector

API reference for downloading a custom Integration Service connector as a .connector file, with the endpoint URL, path parameter, and query parameters.

Downloads a custom connector as a .connector file.

API endpoint

GET BaseURL/elements/{elementKey}/export

  • Use the Connectors API Base URL for the cloud platform you are on.

Request headers

HeaderValue
AuthorizationBearer <your-access-token>
X-UIPATH-AccountId<tenant>

Replace all the values between the angle brackets <...> with their corresponding use-case values.

The token is the one you received when you authorized the external application. It is available for 1 hour, then you need to generate a new one, or request a refresh token. See API access for how to register an external application and obtain this token.

Important:

Only custom connectors can be downloaded. Requesting a catalog (prebuilt UiPath) connector returns 400 Bad Request. This endpoint is not folder-scoped — no folder key is required.

Path variables

Path variableData typeDescriptionDefault value
elementKey (required)stringThe key of the custom connector you want to download.NA

Query parameters

Query parameterData typeDescriptionDefault value
versionstringThe connector version to download. When omitted, the current published version is used.NA

Responses

200 OK

Returns the connector as a binary .connector file (application/octet-stream), named {elementKey}_{version}.connector.

400 Bad Request

The requested connector is a catalog (prebuilt UiPath) connector, which cannot be exported.

401 Unauthorized

The access token is missing, expired, or invalid.

403 Forbidden

The external application does not hold the IS.Connectors.Read scope.

404 Not Found

No connector exists for the given key, or the requested version was not found.

  • API endpoint
  • Request headers
  • Path variables
  • Query parameters
  • Responses
  • 200 OK
  • 400 Bad Request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not Found

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated