rfctl stages get#
Get detailed information about a specific pipeline stage.
Synopsis#
rfctl stages get <id>Arguments#
| Argument | Description |
|---|---|
id | The pipeline stage ID (required) |
Examples#
rfctl stages get 1Output#
Returns JSON with the pipeline stage details:
{
"id": 1,
"name": "Lead",
"order": 1,
"is_closed": false,
"is_won": false,
"created_at": "2024-01-01T00:00:00Z"
}Errors#
If the pipeline stage is not found:
Pipeline stage not found: 1