retrieve_cycle
Fetch details of a specific cycle by providing its UUID and the project UUID.
Instructions
Retrieve a cycle by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | UUID of the project | |
| cycle_id | Yes | UUID of the cycle |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| total_issues | No | ||
| cancelled_issues | No | ||
| completed_issues | No | ||
| started_issues | No | ||
| unstarted_issues | No | ||
| backlog_issues | No | ||
| total_estimates | No | ||
| completed_estimates | No | ||
| started_estimates | No | ||
| created_at | No | ||
| updated_at | No | ||
| deleted_at | No | ||
| name | Yes | ||
| description | No | ||
| start_date | No | ||
| end_date | No | ||
| view_props | No | ||
| sort_order | No | ||
| external_source | No | ||
| external_id | No | ||
| progress_snapshot | No | ||
| archived_at | No | ||
| logo_props | No | ||
| timezone | No | ||
| version | No | ||
| created_by | No | ||
| updated_by | No | ||
| project | No | ||
| workspace | No | ||
| owned_by | No |