v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Tasks

Get a task

Get information about a specific task resource.

get/tasks/{task_id}

Path parameters

task_idstring required
Example:8bed991c68a470e7aaeffbf048

The unique ID of the task in CareCloud.

Headers

Accept-Languagestring

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

Response

OK

Example response

{
  "data": {
    "task_id": "8bed991c68a470e7aaeffbf048",
    "task_type_id": "8bed991c68a470e7aaeffbf048",
    "task_state_id": "8bed991c68a470e7aaeffbf048",
    "customer_id": "85aae99524edceec17682e01b9",
    "task_note": "Could you please send me last invoice to my email?",
    "task_title": "Customer invoice",
    "task_priority": 3,
    "due_date": "2023-04-01",
    "created_at": "2023-03-28 16:59:49",
    "state": 1
  }
}