Overview
/export_tmx_by_query endpoint. Use downloadExport/{asyncRequestId} to fetch the finished file.Flow
ExportByQueryDto.asyncRequest + asyncExport descriptors so you can poll or receive callbacks.Queries & locales
queries align one-to-one with queryLangs. Each entry represents a search expression (supports * and ? wildcards, max 5/10 respectively) applied to a locale.* or empty string means match-all (the backend may drop redundant source-only pairs).exportTargetLangs sets which target TUVs are written to TMX. If omitted, all TM target locales are exported.Filtering
createdAtMin/Max, modifiedAtMin/Max) and author filters (createdBy, modifiedBy) narrow the TU set before export.project reference provides additional downstream scoping or naming context.Output & limits
dto.filename when provided, otherwise backend defaults.400.Callbacks & polling
callbackUrl to receive completion notification from the async mediator; otherwise poll asyncRequest via standard async APIs and download through /downloadExport/{asyncRequestId} when ready.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.