GET
/
v1
/
miso
/
records
curl --request GET \
  --url https://api.papercuts.ai/v1/miso/records \
  --header 'X-API-Key: <api-key>'
{
  "results": [
    {
      "title": "2024-12-12 Letter Order Docket No. ER25-319-000",
      "pdfUrl": "https://cdn.misoenergy.org/2024-12-12_Letter%20Order_Docket No. ER25-319-000666935.pdf",
      "description": "Letter order accepting Midcontinent Independent System Operator, Inc.'s 10/24/2024 filing of an Emergency Energy Agreement with Tennessee Valley Authority under ER25-197, effective December 24, 2024, as requested."
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key required for authentication

Response

200
application/json
Search results retrieved successfully

Returns an array of new orders, if any. Subsequent calls return new orders since the last call, or an empty array if no new orders exist.

results
object[]