Skip to main content

Get Active Sprint

Retrieve the active sprint for a specific project.

Endpoint

GET /projects/{project_uuid}/sprints/active

Parameters

There are no parameters for this endpoint.

Response

A successful response will return a 200 OK status code and a JSON object containing the sprint details.

{
"uuid": "9c2a68da-62c0-490f-85b1-827057e2b783",
"name": "Pre-launch",
"description": "<div>Everything to complete before the initial product launch</div>",
"description_plain": "Everything to complete before the initial product launch",
"start_date": "2024-11-01",
"end_date": "2024-12-31",
"iterative_sprint_id": "1",
"is_active": true,
"is_completed": false,
"is_backlog": false,
"story_points_committed_on_completion": 0,
"story_points_completed_on_completion": 0,
"created_at": "2024-11-01 01:04:11",
"updated_at": "2025-04-24 17:38:32"
}