Skip to content

Commit 96442a0

Browse files
[DSC-2436] add new param
1 parent a498c12 commit 96442a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

processes-endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,12 @@ This return the list of owned processes, i.e. the processes that have been start
381381

382382
The supported parameters are:
383383
* page, size [see pagination](README.md#Pagination)
384+
* processStatus: optional, limit the returned processes to the specified status. The possible `status` values are `SCHEDULED`, `RUNNING`, `COMPLETED` and `FAILED`
384385

385386
Return codes:
386387
* 200 OK - if the operation succeed
387388
* 401 Unauthorized - if you are not authenticated
389+
* 400 Bad Request - if provided parameter isn't supported
388390

389391
## Execution Deletion
390392
**DELETE /api/system/processes/<:process-id>**

0 commit comments

Comments
 (0)