---
title: "Get Next Steps"
method: GET
path: "/me/next-steps"
tags: ["me"]
---

# Get Next Steps

`GET /me/next-steps`

## Response `200`

Successful Response

- NextStepsResponse — Done states for the three next steps shown after an index. `repo_ids` are the caller's personal and team repos; the steps only show on those. `agent_connected` is per user: any MCP call ever made, by key or OAuth. `asked_repo_ids` are repos the user has opened a chat on. `bot_repo_ids` are the caller's repos an active PR bot install covers, whoever installed it (on a team repo that is the team owner).
  - `repo_ids` string[], required
  - `agent_connected` boolean, required
  - `asked_repo_ids` string[], required
  - `bot_repo_ids` string[], required

## Changes

- **2026-09-26** `29a9df53f763` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/repowise/apis/repowise-hosted-api/changes/me/next-steps/get.md)

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/29a9df53f763?raw)
