Search meter dispatchesAsk AIpost https://api.staging.leap.energy/v2/dispatch/meter/searchSearch meter dispatches that match the input filtersBody ParamsSearch meter dispatch request inputmeter_event_idsarray of uuidslength ≥ 1Meter event ids to get dispatches formeter_event_ids uuidADD uuidmeter_idsarray of uuidslength ≥ 1Meter ids to get dispatches formeter_ids uuidADD uuidstart_datedate-timerequiredStart datetime range to get dispatches for (inclusive)end_datedate-timerequiredEnd datetime range to get dispatches for (exclusive). End date must be max 31 days after the start dateexclude_real_time_eventsbooleanDefaults to trueExclude dispatches for CAISO 5 minute real time events in the response. If empty, 5 min real time events are excludedtruefalseexclude_voluntary_eventsbooleanDefaults to falseExclude dispatches for voluntary events in the response. If empty, all dispatches are returnedtruefalsepage_tokenuuidToken of the page to request. Max results per page is 500. Null to request a new batch of resultsResponses 200A list of meter dispatches that match the search input 400Request could not be parsed or is invalid 401Unauthorized 403No access to this resource 404Resource not found 5XXUnexpected errorUpdated 7 months ago