Skip to main content
GET
Get Page Optimization Detail

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

brand_id
integer
required

Query Parameters

path
string
required

The page path, e.g. /about.

Minimum string length: 1
status
enum<string>[] | null

Restrict to these run statuses. Default: reviewed runs only.

Available options:
pending,
completed,
staged,
deployed,
retired,
outdated,
acknowledged

Response

Successful Response

Endpoint 2 response: a page's latest optimization run with before/after chunks.

path
string
required
status
enum<string>
required
Available options:
pending,
completed,
staged,
deployed,
retired,
outdated,
acknowledged
summary
OptimizationSummary · object
required

Per-category chunk counts and the optimized token total for a run.

chunks
OptimizationChunk · object[]