cURL
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>" } ]
Get suggested tasks for the authenticated user across their most recently pushed repositories.
Successful Response
The response is of type SuggestedTask · object[].
SuggestedTask · object[]
Was this page helpful?