curl --request GET \
--url https://app.nex.ai/api/developers/v1/tasks/{task_id} \
--header 'Authorization: <api-key>'{
"id": "800",
"title": "Follow up with client",
"description": "Discuss contract renewal",
"priority": "high",
"due_date": "2026-03-01T09:00:00Z",
"is_completed": false,
"assignee_ids": [
"50"
],
"entity_ids": [
"1001",
"1002"
],
"created_by": "developer_api",
"created_by_id": "42",
"created_at": "2024-01-15T10:00:00Z"
}Retrieves a single task by ID
curl --request GET \
--url https://app.nex.ai/api/developers/v1/tasks/{task_id} \
--header 'Authorization: <api-key>'{
"id": "800",
"title": "Follow up with client",
"description": "Discuss contract renewal",
"priority": "high",
"due_date": "2026-03-01T09:00:00Z",
"is_completed": false,
"assignee_ids": [
"50"
],
"entity_ids": [
"1001",
"1002"
],
"created_by": "developer_api",
"created_by_id": "42",
"created_at": "2024-01-15T10:00:00Z"
}API key for authentication (format: "Bearer YOUR_API_KEY")
Task ID