Api-KeystringrequiredheaderYour NOSIBLE API key.
Example: nos_sk_...
Retrieve the current request and quota limits for your account.
Inspect the Search data dictionary or read NOSIBLE research for implementation context and methods.
Api-KeystringrequiredheaderYour NOSIBLE API key.
Example: nos_sk_...
Call Rate Limits before building a scheduler or increasing concurrency. Treat the returned limits as account configuration, not a guarantee that every request will complete within the same latency budget. The route returns one entry per configured quota window.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
api_key_idstringIdentifier for the API key used for the request.
Example: key_01J...
subscription_idstringSubscription associated with the API key.
Example: sub_01J...
limitsobject[]Current quota windows and remaining capacity.
Example: [{ name, query_type, duration_seconds, limit, remaining, period_start, period_end }]
limits[].namestringHuman-readable quota name.
Example: Fast Search
limits[].query_typestringOperation family governed by the quota.
Example: fast
limits[].duration_secondsintegerLength of the quota window in seconds.
Example: 60
limits[].duration_stringstringHuman-readable quota duration.
Example: 1 minute
limits[].limitintegerMaximum requests allowed in the current window.
Example: 120
limits[].limitedbooleanWhether this quota is currently enforced.
Example: true
limits[].remainingintegerRequests remaining in the current window.
Example: 117
limits[].period_startdatetimeStart of the current quota window.
Example: 2026-07-21T10:00:00Z
limits[].period_enddatetimeEnd of the current quota window.
Example: 2026-07-21T10:01:00Z
invalid_request — The request is syntactically valid JSON but a value, date, filter, or combination of fields is invalid.unauthorized — The required API key or Bearer credential is missing or invalid.validation_error — The request shape is understood but one or more values fail validation.rate_limited — The request exceeded the account or public-window rate limit. Respect Retry-After when supplied.upstream_error — An upstream retrieval service failed while processing the request.upstream_timeout — An upstream retrieval service did not respond within the request timeout.