List assigned workflow steps
User
List assigned workflow steps
GET
List assigned workflow steps
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.
Authorizations
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.
Path Parameters
UID of the user whose workflow steps to list
Query Parameters
Filter by job status
Available options:
NEW, ACCEPTED, DECLINED, DELIVERED, EMAILED, COMPLETED, CANCELLED Filter by project UID
Filter by target language locales
Filter by due time in hours. Use -1 for overdue jobs.
Required range:
x >= -1Filter by filename
Page number, starting with 0
Required range:
x >= 0Page size, accepts values between 1 and 50
Required range:
1 <= x <= 50