GET
/
api
/
user
/
suggested-tasks
curl --request GET \
  --url https://app.all-hands.dev/api/user/suggested-tasks \
  --header 'Authorization: Bearer <token>'
[
  {
    "title": "<string>",
    "url": "<string>",
    "repository": "<string>",
    "type": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Suggested tasks

The response is of type object[].