GET
/
api
/
user
/
suggested-tasks
Get Suggested Tasks
curl --request GET \
  --url https://app.all-hands.dev/api/user/suggested-tasks \
  --header 'X-Session-API-Key: <api-key>'
[
  {
    "git_provider": "github",
    "task_type": "MERGE_CONFLICTS",
    "repo": "<string>",
    "issue_number": 123,
    "title": "<string>"
  }
]

Authorizations

X-Session-API-Key
string
header
required

Response

200 - application/json

Successful Response

The response is of type SuggestedTask · object[].