---
title: "Start task"
method: GET
path: "/task/trigger/{key}/{taskkey}"
tags: ["Task"]
---

# Start task

`GET /task/trigger/{key}/{taskkey}`

Starts the task with the specified task key. The task key can be found in the app under the API tab if you open a task.

## Path parameters

- `key` string, required
- `taskkey` string, uuid, required

## Response `200`

OK

- object

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
