v1

latestOpenAPI 3.0.32026-07-2415128381.3 KB
Orders

Retrieve an order

Retrieves an Order object.

Requires <code>read_team_orders</code> OAuth access scope.

get/teams/{team_id}/orders/{order_id}

Path parameters

team_idnumber required

A unique team identifier

order_idstring required

A unique order identifier

Response

OK

order_idstring

A unique order identifier.

project_idstring

Project identifier.

branchstring

Branch name.

payment_methodstring

Payment method. Possible values are <code>credit_card</code>, <code>team_credit</code>, <code>none</code>. <code>null</code> will be returned for orders made before the attribute was introduced.

card_idnumber

Identifier of the card used for payment.

statusstring

Status of the order. Possible values are <code>in progress</code>, <code>completed</code>. <code>processing</code>, <code>draft</code> in case if <code>dry_run</code> = <code>true</code>.

created_atstring

Date and time of the order creation.

created_at_timestampnumber

Unix timestamp when the order was created.

created_bynumber

Identifier of a user, who has created the order.

created_by_emailstring

E-mail of a user, who has created the order.

source_language_isostring

Source language code of the order.

provider_slugstring

Translation provider slug.

translation_stylestring

Style of the translation, applies to <code>gengo</code> provider only.

translation_tiernumber

Tier of the translation. Tiers depend on provider.

translation_tier_namestring

Tier name.

briefingstring

Order briefing.

is_saved_to_translation_memoryboolean

Default true, can be set only with <code>google</code> and <code>deepl</code> providers.

totalnumber

Total cost of the order in major currency units (USD)