Retrieve your organization’s daily person-search delivery limits, current-day consumption, and recent per-day history
history represents a single UTC calendar day, with counts for:
records_delivered - PIDs delivered in search responsessearches_created - number of POST /person-search/v0/search calls that produced a stored searchparse_requests - natural-language query parses performed for searches1 and 90. Defaults to 30.days.daily_record_limit.max(0, daily_record_limit - current_day_records_delivered).DailyUsage objects, one per UTC calendar day in the requested window. See Daily usage object below.YYYY-MM-DD format.POST /person-search/v0/search calls that produced a stored search on that day.current_day_records_delivered is the same value that appears in the history row whose period_start equals today’s UTC date.history with zeroed counters, so the array length is always equal to the requested days value.current_day_remaining is clamped at zero; it never goes negative even if delivery briefly exceeds the daily limit.401 - Unauthorized: Invalid or missing API key422 - Unprocessable Entity: days is not an integer, or is outside the allowed range 1-90500 - Internal Server Error: Unexpected server errordays: