Skip to main content

Get Backlog Sprint

Retrieve the backlog sprint for a specific project.

Endpoint

GET /projects/{project_uuid}/sprints/backlog

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": "a16f1989-2378-467b-a1b6-8146fca3d17a",
"name": "Backlog",
"description": "The backlog of tasks for this project",
"description_plain": "The backlog of tasks for this project",
"start_date": "2024-10-31",
"end_date": "2024-10-31",
"iterative_sprint_id": "0",
"is_active": false,
"is_completed": false,
"is_backlog": true,
"story_points_committed_on_completion": 0,
"story_points_completed_on_completion": 0,
"created_at": "2024-10-31 00:12:08",
"updated_at": "2025-01-17 01:03:38"
}