Get a Pipeline
Hand off to an LLM
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Retrieves configuration of an existing pipeline.
Authorization
API Key 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
}
}See also
- Workflows explained — the V3 successor to pipelines
- V3 migration