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.
Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Pending requests for organization instead of current user. Only for ADMIN.
Page number, starting with 0, default 0
x >= 0Page size, accepts values between 1 and 50, default 50
1 <= x <= 50