Pull CPA-005 reports

This request pulls CPA-005 reports.

   Click here to learn more about this request

CPA-005 processors generate a batch file each day that you can export. This Elasticsearch request generates a list of all the CPA-005 reports between two dates.

{
    "search": {
        "size": 10,
        "from": 0,
        "track_total_hits": true,
        "rest-total-hits-as-int": false,
        "query": {
            "bool": {
                "filter": {
                    "range": {
                        "created": {
                            "gte": "2025-04-01",
                            "lte": "2025-04-17"
                        }
                    }
                }
            }
        },
        "sort": []
    }
}

Results

Returns a results object with a list of CPA-005 reports matching the search query parameters after a successful lookup.

Language
Credentials
Click Try It! to start a request and see the response here!