Retrieve a pending task list.
GET/task-status/pending-tasks
Retrieve a list of TaskStatus for pending tasks.
Request
Responses
- 200
- 204
- 400
- 403
Responds with a list of TaskStatus for pending tasks.
No content - indicates the request was successful but there is no content to be returned in the response.
Client Error - Returned if the request body is invalid.
Forbidden - Returned if the user you are running as, doesn't have access to this end-point.