# Get pipelines
**GET /_ingest/pipeline/{id}**
**All methods and paths for this operation:**
GET
/_ingest/pipeline
GET
/_ingest/pipeline/{id}
Get information about one or more ingest pipelines.
This API returns a local reference of the pipeline.
[About ingest pipelines](https://www.elastic.co/docs/manage-data/ingest/transform-enrich/ingest-pipelines)
## Servers
- http://api.example.com: http://api.example.com ()
## Authentication methods
- Api key auth
- Basic auth
- Bearer auth
## Parameters
### Path parameters
- **id** (string)
Comma-separated list of pipeline IDs to retrieve.
Wildcard (`*`) expressions are supported.
To get all ingest pipelines, omit this parameter or use `*`.
### Query parameters
- **master_timeout** (string)
Period to wait for a connection to the master node.
If no response is received before the timeout expires, the request fails and returns an error.
- **summary** (boolean)
Return pipelines without their definitions
## Responses
### 200
#### Body: application/json (object)
- ***** (object)
[Powered by Bump.sh](https://bump.sh)