Skip to main content
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

git_provider
enum<string>
required
Available options:
github,
gitlab,
bitbucket,
enterprise_sso
task_type
enum<string>
required
Available options:
MERGE_CONFLICTS,
FAILING_CHECKS,
UNRESOLVED_COMMENTS,
OPEN_ISSUE,
OPEN_PR,
CREATE_MICROAGENT
repo
string
required
issue_number
integer
required
title
string
required