Skip to documentation
Browse documentation

Health Check

Run a Zepto liveness check across location, catalog, search, and ad surfaces.

Capability ID zepto.health
Cost 1 credit per request
Maximum runtime 180 seconds
View raw Get an API key

POST /execute Shared execution endpoint

Input parameters

FieldTypeRequiredDescription
latitude number Optional Latitude for location-based health check.
longitude number Optional Longitude for location-based health check.

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
ads_category_count integer 1
ads_category_ok boolean true
ads_home_count integer 1
ads_home_ok boolean true
categories_count integer 238
categories_ok boolean true
first_error string parse error: decode JSON: unexpected end of JSON input
location_ok boolean true
location_store_id string b4dc8d65-ed2e-4142-81b6-373982b13500
status string degraded

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.

Resources