v1

latestOpenAPI 3.1.02026-07-26151126273.9 KB
Custom Pipelines (Deprecated)

Transfer Custom Pipeline

Transfer a custom processor to another team. This endpoint allows admins to transfer ownership of a custom processor from one team to another. This is useful for:

  1. Beta testing: Create and test processors internally, then transfer to customers
  2. Sharing: Move successful processor configurations between teams
  3. Updating: Push iterated versions to an existing customer processor (via to_processor_id)

Superusers can transfer any processor regardless of team ownership.

post/api/v1/custom_pipelines/{processor_id}/transfer

Path parameters

processor_idstring required

Cookies

wos-sessionstring
datalab_active_teamstring

Response

Successful Response

successboolean required

Whether the transfer was successful

processor_idstring required

The processor ID that was transferred

from_team_idinteger required

Team ID the processor was transferred from

to_team_idinteger required

Team ID the processor was transferred to

messagestring required

Success or error message