v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Tasks

Get a task state

Get information about a specific task state resource.

get/task-states/{task_state_id}

Path parameters

task_state_idstring required
Example:86e05affc7a7abefcd513ab400

The unique ID of the task state in CareCloud.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "task_state_id": "8bed991c68a470e7aaeffbf048",
    "name": "Cancelled",
    "text_id": "cancelled",
    "state": 1
  }
}