v1

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

Check Pipeline Access

Check if the current user's team has access to custom processors.

Custom processors are generally available: every team has access and can create/iterate. Kept (always-true) for backwards compatibility with deployed frontends and API integrations that still poll this endpoint; creation volume is governed by the per-plan creation allowance, not by an access gate.

get/api/v1/custom_pipelines/access

Cookies

wos-sessionstring
datalab_active_teamstring

Response

Successful Response

has_accessboolean required

Whether the user's team can access custom processors

can_createboolean

Whether the user can create new custom processors (superuser only)

can_iterateboolean

Whether the user can iterate on existing custom processors (superuser or team override)