# Get Submissions By Task Id Retrieve submission by assiociated task ID. Endpoint: GET /v1/submissions/task/{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" - `name` (any) The name of the submission - `participant` (object, required) The person assigned to the task - `participant.email` (string) The email address of the user - `participant.name` (string) The name of the user - `task_id` (any) The ID of the task - `notes` (any) Additional notes about the submission - `status` (any) Current status of the submission - `category` (any) Category of the task - `completion_code` (any) Code indicating the completion status - `apply_bonus` (any) Indicates whether the task has an additional bonus applied. - `bonus_amount` (any) Specifies the total bonus amount in currency format. ## Response 403 fields ## Response 404 fields ## Response 422 fields