---
title: "Launches the specified celery task"
method: POST
path: "/api/v5/admin/celery-tasks/"
tags: ["Admin Celery Tasks"]
---

# Launches the specified celery task

`POST /api/v5/admin/celery-tasks/`

Launches the specified celery task with the specified parameters

## Request body

- BodyCeleryTasksAdminAdminReviewsSyncApiV5AdminCeleryTasksPost
  - `celery_task` CeleryTaskInExecute, required — Body of the endpoint used to execute celery tasks name: must be a valid non default (not starting with "celery.") celery task name. params: Dict of the kwargs that would be passed when executing the task
    - `name` 'upload_userlog_to_logs_api' | 'engagement_rate_tracking' | 'classify_new_reviews' | 'features_usage_tracking' | 'challenges_leaderboard_update' | 'get_amazon_ratings' | 'habits_streak_volts_reward' | 'features_usage_tracking_bulk_sync' | 'upload_diaglog_to_logs_api' | 'firmwares_adoption_tracking' | 'habit_goals_achievements_sync', required
    - `params` object, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/revisions/3d192098b1ac/schema)
