monday-dev: Get Sprints Metadata
get_sprints_metadataRetrieve sprint metadata including IDs, names, timelines, statuses, and dates from a Monday.com sprints board by providing the board ID and optional limit.
Instructions
Get comprehensive sprint metadata from a monday-dev sprints board including:
Data Retrieved:
A table of sprints with the following information:
Sprint ID
Sprint Name
Sprint timeline (planned from/to dates)
Sprint completion status (completed/in-progress/planned)
Sprint start date (actual)
Sprint end date (actual)
Sprint activation status
Sprint summary document object ID
Parameters:
limit: Number of sprints to retrieve (default: 25, max: 100)
Requires the Main Sprints board ID of the monday-dev containing your sprints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprintsBoardId | Yes | The ID of the monday-dev board containing the sprints | |
| limit | No | The number of sprints to retrieve (default: 25, max: 100) |