Files

Retrieve exact inline JSON or text source content

Return the exact retained JSON structure or text submitted through an inline project or quote request.

GET/files/{fileId}/content

API key permission: files:read.

Parameters

NameTypeDescription
fileIdstring · 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

Structured source content

404

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

422

Request validation failed

{
  "id": "string",
  "object": "source_content",
  "format": "json",
  "content": "string",
  "created_at": "2026-07-23T12:00:00Z"
}