# Get Pipeline by id Fetches pipeline by id to support sales forecasting and resource planning. Endpoint: GET /v1/pipelines/{id} Version: v1 Security: ApiKey ## Path parameters: - `id` (string, required) ID of the resource ## Response 200 fields (application/json): - `id` (string) The unique identifier of the Pipeline in Parallax. - `name` (string) The name of the Pipeline, typically reflecting the sales funnel or opportunity workflow. - `currency_code` (string) The ISO currency code associated with the Pipeline, used for financial values tied to deals. - `is_enabled` (boolean) Indicates whether syncs for this Pipeline are enabled; differs from IsArchived. - `archived` (boolean) Indicates whether the Pipeline is archived and no longer active in Parallax. ## Response 400 fields (application/json): - `type` (string) RFC reference for the error type - `title` (string) Human-readable summary of the error - `status` (integer) HTTP status code - `errors` (array) Detailed error messages for each validation failure - `trace_id` (string) Trace identifier for debugging