FruxonDocs
ApiCollection pipelines

Moves a Collection Pipeline to another canonical Application.

The Pipeline's runnable and every Trigger targeting it must already belong to the target Application. Returns a structured impact report with 409 and performs no write when a dependency blocks the move. The caller needs the Editor role on both sides — the filter clears the Pipeline's current owner and the move service asserts the target, so a move can neither smuggle a Pipeline out of an Application the caller cannot open nor push one into an Application they hold no role in.

POST
/v1/tenants/{tenant}/collectionPipelines/{collectionPipeline}:move
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

collectionPipeline*string

The unique identifier of the Collection Pipeline to move.

Formatuuid
tenant*string

The tenant identifier

targetNetworkId?string
Formatuuid
[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/collectionPipelines/497f6eca-6276-4993-bfeb-53cbbbba6f08:move" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": "00000000-0000-0000-0000-000000000000",
  "tenantId": "00000000-0000-0000-0000-000000000000",
  "createdAt": 0,
  "modifiedAt": 0,
  "displayName": "string",
  "active": false,
  "source": {
    "kind": "TOOL",
    "ragAssetId": "string",
    "ragReadMode": "DOCUMENTS",
    "ragSearch": "string",
    "pageSize": 0,
    "integrationConfigId": "string",
    "listToolId": "string",
    "getToolId": "string",
    "recordsPath": "string",
    "cursorParamName": "string",
    "parameters": {},
    "itemIdPath": "string",
    "sinkTargetPath": "string",
    "skipWhen": {
      "match": "ALL",
      "conditions": []
    },
    "sourceUrlPath": "string",
    "flattenSheetRows": false
  },
  "sourceRefs": [
    {
      "sourceId": "00000000-0000-0000-0000-000000000000",
      "alias": "string"
    }
  ],
  "defaultSourceId": "00000000-0000-0000-0000-000000000000",
  "agentId": "string",
  "runnableId": "string",
  "runnableType": "AGENT",
  "networkId": "00000000-0000-0000-0000-000000000000",
  "agentRevision": "string",
  "runnableRevision": "string",
  "inputMapping": {
    "userQuery": "string",
    "parameters": {},
    "attachmentUrlPath": "string"
  },
  "outputSchema": [
    {
      "name": "string",
      "description": "string"
    }
  ],
  "sink": {
    "sinks": [
      {
        "kind": "UNSPECIFIED",
        "indexAssetId": "string",
        "tabular": null
      }
    ]
  },
  "runPolicy": {
    "maxItems": 0,
    "maxConcurrency": 0,
    "perRunBudgetCap": 0,
    "dedupKeyPath": "string",
    "onItemError": "CONTINUE",
    "actionTypeCeiling": "READ_ONLY"
  },
  "publishedRevisionId": "00000000-0000-0000-0000-000000000000",
  "hidden": false
}
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "resource": {
    "resourceType": "string",
    "resourceId": "string",
    "networkId": "9cffe777-e105-4870-8eb8-2f3ee9883664"
  },
  "targetNetworkId": "5c0402d3-4284-4c4d-8df7-54de69fad331",
  "blockers": [
    {
      "blockerType": "UNSPECIFIED",
      "resourceType": "string",
      "resourceId": "string",
      "relationship": "string",
      "ownerNetworkId": "903a2f6d-b06f-4b86-966c-17d4e2854224"
    }
  ],
  "canMove": true,
  "isNoOp": true
}