---
title: "GET /tasks/{id}"
method: GET
path: "/tasks/{id}"
tags: ["tasks"]
---

# GET /tasks/{id}

`GET /tasks/{id}`

Returns a task by ID

## Path parameters

- `id` integer, required

## Response `200`

Returns a task by ID

- TaskEntity — TaskEntity model
  - `id` integer
  - `task_type` string
  - `title` string
  - `body` string
  - `all_day` boolean
  - `done` boolean
  - `is_event` boolean
  - `is_reminder` boolean
  - `private` boolean
  - `recurring` boolean
  - `last_deal_stage_name` string
  - `location` string
  - `state` string
  - `rrule` string
  - `broker` BrokerEntity — BrokerEntity model
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `salutation` string
    - `academic_title` string
    - `avatar_url` string
    - `position` integer
    - `email` string
    - `color` string
    - `locale` string
    - `description` string
    - `cell` string
    - `phone` string
    - `public_cell` string
    - `public_phone` string
    - `team_id` integer
    - `access_team_ids` integer[]
    - `custom_fields` object
    - `role` 'owner' | 'user' | 'free_user' | 'technical' | 'consulting'
    - `archived` boolean
    - `blocked` boolean
  - `task_creator` BrokerEntity — BrokerEntity model
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `salutation` string
    - `academic_title` string
    - `avatar_url` string
    - `position` integer
    - `email` string
    - `color` string
    - `locale` string
    - `description` string
    - `cell` string
    - `phone` string
    - `public_cell` string
    - `public_phone` string
    - `team_id` integer
    - `access_team_ids` integer[]
    - `custom_fields` object
    - `role` 'owner' | 'user' | 'free_user' | 'technical' | 'consulting'
    - `archived` boolean
    - `blocked` boolean
  - `task_updater` BrokerEntity — BrokerEntity model
    - `id` integer
    - `first_name` string
    - `last_name` string
    - `salutation` string
    - `academic_title` string
    - `avatar_url` string
    - `position` integer
    - `email` string
    - `color` string
    - `locale` string
    - `description` string
    - `cell` string
    - `phone` string
    - `public_cell` string
    - `public_phone` string
    - `team_id` integer
    - `access_team_ids` integer[]
    - `custom_fields` object
    - `role` 'owner' | 'user' | 'free_user' | 'technical' | 'consulting'
    - `archived` boolean
    - `blocked` boolean
  - `note_type` NoteTypeEntity
    - `id` integer
    - `name` string
    - `color` string
    - `is_type` string
    - `item_type` string
    - `display_name` string
  - `client_source` ClientSourceEntity
    - `id` integer
    - `name` string
    - `position` integer
    - `inquiry_department_id` integer
    - `emails` string[]
    - `created_at` string
    - `updated_at` string
  - `attachments` NoteAttachmentEntity[]
    - `id` integer
    - `name` string
    - `url` string
  - `activity_id` integer
  - `broker_id` integer
  - `client_source_id` integer
  - `access_broker_ids` integer[]
  - `access_department_ids` integer[]
  - `broker_ids` integer[]
  - `client_ids` integer[]
  - `group_ids` integer[]
  - `viewing_ids` integer[]
  - `project_ids` integer[]
  - `property_ids` integer[]
  - `custom_fields` object
  - `clients_rsvp` ClientRsvpEntity[]
    - `client_id` integer
    - `attending` boolean
  - `created_at` string
  - `updated_at` string
  - `starts_at` string
  - `ends_at` string
  - `due_date` string

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
