Projects

List completed translations

List translated files or structured JSON/text results currently available for a project.

GET/projects/{projectId}/deliveries

API key permission: deliveries:read.

Parameters

NameTypeDescription
projectIdstring · required

path parameter

Standard response headers

HeaderExampleDescription
Stepes-Request-Idb09de4aa-3874-4991-b85c-0bc86e780511

Server-generated request identifier for support and audit correlation.

Stepes-API-Version2.0.0

Effective Stepes API semantic version.

RateLimit-Policy120;w=60

Effective request limit and window for the authenticated key.

RateLimitlimit=120, remaining=119, reset=60

Current limit, remaining requests, and reset interval.

Responses

200

Delivery list

404

Resource was not found or is not available to this API key

{
  "object": "list",
  "data": [
    {
      "id": "string",
      "object": "delivery",
      "status": "string",
      "format": "string",
      "filename": "string",
      "download_url": "https://example.com/resource",
      "content_url": "https://example.com/resource"
    }
  ],
  "has_more": true,
  "next_cursor": "string"
}