Pipelines

pipelines

Methods

Deprecated List Pipelines -> { result_info, results, success }
Deprecated
get/accounts/{account_id}/pipelines

[DEPRECATED] List, filter, and paginate pipelines in an account. Use the new /pipelines/v1/pipelines endpoint instead.

Deprecated Get Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
Deprecated
get/accounts/{account_id}/pipelines/{pipeline_name}

[DEPRECATED] Get configuration of a pipeline. Use the new /pipelines/v1/pipelines endpoint instead.

Deprecated Create Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
Deprecated
post/accounts/{account_id}/pipelines

[DEPRECATED] Create a new pipeline. Use the new /pipelines/v1/pipelines endpoint instead.

Security

The preferred authorization scheme for interacting with the Cloudflare API. Create a token.

Example: Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY

Accepted Permissions (at least one required)

Pipelines Write

path Parameters
account_id: string

Specifies the public ID of the account.

Response fields
result: { id, destination, endpoint, 3 more... }
Deprecated

[DEPRECATED] Describes the configuration of a pipeline. Use the new streams/sinks/pipelines API instead.

success: boolean

Indicates whether the API call was successful.

Request example
200Example
Deprecated Update Pipeline -> Envelope<{ id, destination, endpoint, 3 more... }>
Deprecated
put/accounts/{account_id}/pipelines/{pipeline_name}

[DEPRECATED] Update an existing pipeline. Use the new /pipelines/v1/pipelines endpoint instead.

Deprecated Delete Pipeline ->
Deprecated
delete/accounts/{account_id}/pipelines/{pipeline_name}

[DEPRECATED] Delete a pipeline. Use the new /pipelines/v1/pipelines endpoint instead.