Pipelines

Get a Pipeline

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Retrieves configuration of an existing pipeline.

GET
/v1-beta/pipelines/{pipelineID}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

pipelineID*string

ID of the pipeline to retrieve.

Response Body

application/json

curl -X GET "https://api.bem.ai/v1-beta/pipelines/string"
{
  "pipeline": {
    "pipelineID": "string",
    "name": "string",
    "outputSchema": {},
    "outputSchemaName": "string",
    "emailAddress": "string",
    "webhookEnabled": true,
    "webhookURL": "string",
    "tabularChunkingEnabled": true,
    "independentDocumentProcessingEnabled": true
  }
}