# Get Task Retrieve a single task by its ID Endpoint: GET /v1/tasks/{task_id} Version: 1.0 Security: APIKeyHeader ## Path parameters: - `task_id` (string, required) ## Response 200 fields (application/json): - `id` (any) Example: "recXXXXXXXXXXXXXX" - `createdTime` (any) The record creation timestamp Example: "2023-01-01T00:00:00.000Z" - `title` (string) The title of the task - `description` (string) A detailed description of the task - `budget` (any) The reward for completing the task in dollars - `client` (object, required) The client user associated with the task - `client.name` (string) - `client.email` (string) - `workspace` (object, required) The workspace associated with the task - `workspace.title` (string) The name of the workspace - `status` (any) The current publish status of the task - `category` (string, required) The general category of the task - `submission_ids` (array) The submissions for the task - `talent_filters` (array) This field will contain an array of specific options that describe accessibility considerations or work preferences of talents. - `location` (array) The location of the user performing the task. (Refer to the filters API) - `language` (array) The languages required for the task - `talent_count_requirement` (any) The estimated number of talents required for the task - `device_requirements` (array) The device requirements for the task - `other_requirements` (array) Additional peripherals or tools required for the task. - `task_category` (any) The categories of the task - `completion_path` (any) The workflow for completing the task (e.g., Manual review or Approve and pay). - `external_study_url` (string) The URL where the task is to be performed. - `task_estimation` (any) The estimated time to complete the task, in minutes. - `apply_bonus` (boolean) Indicates whether the task has an additional bonus applied. - `total_bonus_amount` (number) Specifies the total bonus amount in currency format. ## Response 403 fields ## Response 404 fields ## Response 422 fields