v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBEstimates
Get List of Job Cost Estimate Reports
List cost estimate reports.
get/estimates-api/v2/projects/{projectId}/jobs/{translationJobUid}/reports/cost
Path parameters
projectIdstring required
A unique project identifier.
translationJobUidstring required
A unique translation job identifier.
Query parameters
reportStatus'NOT_FOUND' | 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'TIMEOUT'
Status of report.
contentCoverage'FULL' | 'PARTIAL'
Specifies level of content coverage report should have.
creatorUserUidsstring[]
Array of report creator uids.
translationJobSchemaContentsstring[]
if report was generated for the job,.
tagsstring[]
Search is done via or logic, i.e. if a report has any of the given tags, it will be returned.
createdFromstring
Date filter for report.
createdTostring
Date filter for report.
limitinteger
Paging parameter. The number of reports to return.
offsetinteger
Paging parameter. The index of the repor to start with.
Response
OK