# Task Status Sets

Task Status Sets allow you to create custom statuses for tasks (stories) that can then be applied to projects.

 - [GET /task_status_sets](https://developer.kantata.com/kantata/specification/task-status-sets/get%20task%20status%20sets.md): Gets a list of task status sets on the account. To include information in the response about the statuses within the sets, add `?include=custom_task_statuses` to the request. This endpoint returns str
 - [POST /task_status_sets](https://developer.kantata.com/kantata/specification/task-status-sets/create%20task%20status%20set.md): Creates a task status set on the account that contains only the four default statuses (e.g. `custom_task_statuses`)—`not started`, `started`, `needs info`, and `completed`. This endpoint returns struc
 - [GET /task_status_sets/{id}](https://developer.kantata.com/kantata/specification/task-status-sets/get%20task%20status%20set.md): Gets a task status set on the account. To include information in the response about the statuses within the set, add `?include=custom_task_statuses` to the request. This endpoint returns structured Ta
 - [PUT /task_status_sets/{id}](https://developer.kantata.com/kantata/specification/task-status-sets/update%20task%20status%20set.md): Updates a task status set. Only the `name` can be updated with this endpoint. To update the statuses available in the set, use the Custom Task Statuses API instead. To change which set is the account
 - [DELETE /task_status_sets/{id}](https://developer.kantata.com/kantata/specification/task-status-sets/delete%20task%20status%20set.md): Deletes a task status set and the statuses within the set. Only task status sets that are not in use can be deleted. The response will contain no content and an HTTP 204 status code if the request was
 - [PUT /task_status_sets/{id}/update_account_default](https://developer.kantata.com/kantata/specification/task-status-sets/update%20account%20default.md): Designates a task status set as the default set to be applied to new projects. This endpoint returns structured Task Status Set objects. As with all Kantata OX API endpoints, the returned data will be
