List pending requests
API call to return a list of pending asynchronous requests.
Some operations within Phrase TMS are performed asynchronously and their response only serves as an acknowledgement of receipt, not an actual completion of such request. Since Phrase imposes restrictions on the number of pending asynchronous requests within an organization, this API call provides the means to check the number of such pending requests.
When processing a large number of asynchronous operations, Phrase recommends periodically checking this list of pending requests in order to not receive an error code during the actual processing of the requests.
Note: Only actions triggered via the APIs are counted towards this limit, the same type of operation carried out via the UI is not taken into account. This means that even with 200 pending requests, users can still create jobs via the UI.
Query Parameters
Pending requests for organization instead of current user. Only for ADMIN.
Page number, starting with 0, default 0
x >= 0
Page size, accepts values between 1 and 50, default 50
1 <= x <= 50
Response
successful operation
The response is of type object
.