v2
Swagger 2.02026-08-01331211921.0 KBPullrequests
List tasks on a pull request
Returns a paginated list of the pull request's tasks.
This endpoint supports filtering and sorting of the results by the 'task' field. See filtering and sorting for more details.
get/repositories/{workspace}/{repo_slug}/pullrequests/{pull_request_id}/tasks
Query parameters
qstring
Query string to narrow down the response. See filtering and sorting for details.
sortstring
Field by which the results should be sorted as per filtering and sorting. Defaults to created_on.
pageleninteger
Current number of objects on the existing page. The default value is 10 with 100 being the maximum allowed value. Individual APIs may enforce different values.
Response
A paginated list of pull request tasks for the given pull request.