v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

List task tracking projects

List task tracking projects

get/task_tracking/projects

Query parameters

integration_idinteger

Optional. The id of the task tracker integration when multiple integrations are available

Response

The code repos has been mapped to the task tracker projects

idstring

The id of the task tracker project

namestring

The name of the task tracker project

Example response

[
  {
    "id": "10000",
    "title": "aikido project (AIKP)",
    "code_repository_ids": []
  },
  {
    "id": "10001",
    "title": "second project (SECP)",
    "code_repository_ids": [
      1,
      2,
      4
    ]
  }
]