Connectors

List connector mappings

Lists mappings under a connector target.

get/v1/connector-targets/{connectorTargetId}/mappings

Path parameters

connectorTargetIdstring typeid required

Den TypeID with 'ctg_' prefix and a 26-character base32 suffix.

Query parameters

cursorstring
limitinteger
mappingKind'path' | 'api' | 'custom'
objectType'skill' | 'agent' | 'command' | 'tool' | 'mcp' | 'hook' | 'context' | 'custom' | 'script' | 'workflow' | 'app'
pluginIdstring typeid

Den TypeID with 'plg_' prefix and a 26-character base32 suffix.

qstring

Response

Connector mappings returned successfully.

nextCursorstring nullable required

Changes

Changed in 3 of the 25 revisions of this API.39

  • 93df40e2efd517See the full diff
    • added the new workflow enum value to the items/items/objectType response property for the response status 200

      response-property-enum-value-added

    • added the new enum value workflow to the query request parameter objectType

      request-parameter-enum-value-added

    • removed the pattern ^ctg_.* from the path request parameter connectorTargetId

      request-parameter-pattern-removed

    • removed the pattern ^plg_.* from the query request parameter pluginId

      request-parameter-pattern-removed

    • the items/items/connectorInstanceId response's property pattern ^cin_.* was removed for the status 200

      response-property-pattern-removed

    • the items/items/connectorTargetId response's property pattern ^ctg_.* was removed for the status 200

      response-property-pattern-removed

    • the items/items/id response's property pattern ^cmp_.* was removed for the status 200

      response-property-pattern-removed

    • the items/items/pluginId/anyOf[subschema #1]/ response's property pattern ^plg_.* was removed for the status 200

      response-property-pattern-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 6915dfb03e5d11See the full diff
    • added the new app enum value to the items/items/objectType response property for the response status 200

      response-property-enum-value-added

    • added the new enum value app to the query request parameter objectType

      request-parameter-enum-value-added

  • 54cdbd4ecffa11See the full diff
    • added the new script enum value to the items/items/objectType response property for the response status 200

      response-property-enum-value-added

    • added the new enum value script to the query request parameter objectType

      request-parameter-enum-value-added