site-diagnostics

List Site Diagnostics

List the latest diagnostics per page for a brand — its AI-visibility scores, the opportunities to improve it (opportunities), and what it already does well (strengths).

Pass one or more path params (e.g. ?path=/about&path=/pricing) to scope to specific pages; omit them to page through every audited path. Paths are matched normalized (case-insensitive, trailing slash ignored). Each path returns only its most recent audit.

get/{brand_id}/site-diagnostics

Path parameters

brand_idinteger required

Query parameters

pathstring[] nullable

Restrict to these page paths. Repeat for multiple.

Restrict to these page paths. Repeat for multiple.

limitinteger

Maximum number of pages to return.

Maximum number of pages to return.

offsetinteger

Number of pages to skip (pagination).

Number of pages to skip (pagination).

Response

Successful Response

totalinteger required
offsetinteger
limitinteger nullable

Changes

Changed in 2 of the 11 revisions of this API.3

    • added the optional property items/items/acknowledged_at to the response with the 200 status

      response-optional-property-added

    • added the optional property items/items/optimization_status to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added