List pull requests
GET/v1/api/scm/pullrequests
Query parameters
Responses
| Parameter | Type | Description |
|---|---|---|
cluster_id | string | — |
service_id | string | — |
stack_id | string | — |
open | boolean | — |
q | string | — |
page | integer | — |
per_page | integer | — |
Response samples
200
{
"data": [
{
"title": "string",
"body": "string",
"cluster_id": "string",
"creator": "string",
"id": "string",
"inserted_at": "string",
"labels": [
"string"
],
"ref": "string",
"service_id": "string",
"sha": "string",
"stack_id": "string",
"status": "open",
"updated_at": "string",
"url": "string"
}
]
}