---
title: "Create a key result"
method: POST
path: "/goals/{goal_id}/key_results"
tags: ["Key results"]
---

# Create a key result

`POST /goals/{goal_id}/key_results`

## Path parameters

- `goal_id` string, required

## Request body

- KeyresultsPostRequest
  - `key_result` object
    - `name` string
    - `workflow_status` object
      - `name` string
    - `watchers` integer[]
    - `description` string
    - `current_metric` string

## Response `200`

Successful operation

---

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