# Get a task Retrieve details of a specific task. Endpoint: GET /flows/api/tasks/{uuid} Version: 2.0.0 Security: bearerAuth ## Path parameters: - `uuid` (string, required) Resource UUID. ## Response 200 fields (application/json): - `uuid` (string) - `team_id` (integer) - `user_id` (integer) - `lead_uuid` (string) - `sender_profile_uuid` (string) - `flow_uuid` (string,null) - `type` (string) Example: "linkedin_send_message" - `text` (string) - `note` (string,null) - `status` (string) Enum: "in_progress", "closed", "canceled", "failed" - `automation` (string) Enum: "manual", "auto" - `schedule_at` (string) - `created_at` (string) - `updated_at` (string) ## Response 404 fields