List task languagesAsk AIget https://rest.api.transifex.com/tasks/{task_id}/languagesGet the list of all languages of a task.Path Paramstask_idstringrequiredFormat of composite id should be o:organization_slug:p:project_slug:t:task_hash.Query Paramspage[cursor]stringThe cursor used for pagination. The value of the cursor must be retrieved from pagination links included in previous responses; you should not attempt to write them on your own.filter[task_type]stringenumRequired task type to uniquely identify the task, language and task type combination.TRANSLATIONTRANSLATIONREVIEWPROOFREADTQI_ALLTQI_TRANSLATEDTQI_REVIEWEDTQI_PROOFREADAllowed:TRANSLATIONREVIEWPROOFREADTQI_ALLTQI_TRANSLATEDTQI_REVIEWEDTQI_PROOFREADResponses 200Successful Response. 400Invalid 401Unauthorized 403Forbidden 404Not found 409Conflict 500Internal ErrorUpdated 6 months ago