Skip to main content
GET
/
{team_id}
/
sprints
/
settings
Get sprint settings for project
curl --request GET \
  --url https://api.superthread.com/v1/{team_id}/sprints/settings
{
  "sprint_settings": {
    "statuses": [
      {
        "id": "688a7717-f1ea-4955-9f5f-6eca66e98f64",
        "title": "To Do",
        "status": "started"
      }
    ],
    "length": 14,
    "cooldown": 7,
    "start_day": 1,
    "enabled": true,
    "vcs_mapping": {
      "pr_draft": "41",
      "pr_open": "41",
      "pr_review_requested": "41",
      "pr_merged": "41",
      "pr_closed": "41",
      "branches": [
        {
          "name": "development",
          "pr_draft": "41",
          "pr_open": "41",
          "pr_review_requested": "41",
          "pr_merged": "41",
          "pr_closed": "41",
          "time_created": 1608742037016
        }
      ]
    },
    "layout": "board",
    "time_updated": 1608742037016,
    "user_updated": {
      "user_id": "uDsu0j19",
      "type": "user",
      "source": {
        "type": "oauth",
        "client_id": "oczapier",
        "import_id": "bf1b9f76-3f95-42fc-bd7f-050b2f5f4197",
        "agent_id": "bf1b9f76-3f95-42fc-bd7f-050b2f5f4197",
        "email_addr": "[email protected]",
        "email_verified": false
      }
    },
    "card_cover_enabled": true
  }
}

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

Query Parameters

project_id
string
required

Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".

Response

sprint settings

sprint_settings
object