Skip to content
Screaming Data
Documentation menu

API reference

Public & system API

No API key needed: access requests, health and readiness probes, OpenAPI.

Endpoints that do not require an API key: requesting access, liveness and readiness probes, and the OpenAPI document.

Endpoints

Access request receipt

Confirms that the request was stored.

id
integer· nullable

Id of the stored request.

status
string

Always received.

created_at
string (date-time)· nullable

When the request was stored, ISO 8601 in UTC.

Health object

Liveness report. Not wrapped in the response envelope.

status
string

ok, or degraded when the database cannot be reached.

database
boolean

Whether the database answered.

queue
object

Open internal collection jobs per state: queued and, while jobs are being processed, running.

rate_limits
object

Current pause in seconds between two requests to each marketplace, as paced by the collector of this process. Empty when the process does not run the collector.

Readiness object

Readiness report. Not wrapped in the response envelope.

status
string

ready or not_ready.

database
boolean

Whether the database answered.

pending_migrations
array of strings

Database migrations that are not applied yet (empty when ready).