Search suggested tasks
GET /api/v1/git/suggested-tasks/search
Get suggested tasks for the user. Returns a paginated list of suggested tasks including: - PRs owned by the user - Issues assigned to the user
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
page_id | query | `string | null` | no |
limit | query | integer | no | — |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
items | SuggestedTask[] | yes | — |
next_page_id | `string | null` | no |
Operation ID: search_suggested_tasks_api_v1_git_suggested_tasks_search_get