v2

latestOpenAPI 3.1.0raw.githubusercontent.com2026-02-026128234.6 KB
File Translation Status Data Set

List File Translation Metrics

Endpoint to fetch file translation status metrics, including item count and details.

get/fts/file-translation-statuses

Query parameters

$topinteger

System query option specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.

$skipinteger

System query option specifies a non-negative integer n that excludes the first n items of the queried collection from the result. The service returns items starting at position n+1.

$filterstring

System query option restricts the set of items returned. Operations:

  1. Built-in Filter Operations
  2. Built-in Query Functions
$countboolean

System query option with a value of true specifies that the total count of items within a collection matching the request be returned along with the result.

According to the OData standard the same result is obtain by adding /$count to the service path

$expandstring

System query option that specifies a related entity to expand the current response

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

itemCountinteger

Example response

{
  "items": [
    {
      "projectId": 0,
      "customerId": 0,
      "languagePairId": 0,
      "sourceFileId": 0,
      "projectCreationDateId": 0,
      "translationDateId": 0,
      "translatorId": 0,
      "reviewDateId": 0,
      "reviewerId": 0,
      "customerReviewDateId": 0,
      "customerReviewerId": 0,
      "finalizationDateId": 0,
      "sourceWords": 0,
      "lockedWords": 0,
      "repetitionWords": 0,
      "crossFileRepetitionWords": 0,
      "perfectMatchWords": 0,
      "inContextMatchWords": 0,
      "exactMatchWords": 0,
      "fuzzyMatchWords": 0,
      "newMatchWords": 0,
      "machineTranslationWords": 0,
      "translationDuration": 0,
      "humanTranslatedSegments": 0,
      "humanTranslatedWords": 0,
      "humanTranslatedCharacters": 0,
      "reviewDuration": 0,
      "reviewedSegments": 0,
      "reviewedWords": 0,
      "reviewedCharacters": 0,
      "pipelineDuration": 0,
      "isCanceled": true
    }
  ]
}
All 61 operations