cURL
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" } ]
Get suggested tasks for the authenticated user across their most recently pushed repositories
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Suggested tasks
The response is of type object[].
object[]
Was this page helpful?