Pull CPA-005 reports

This request pulls CPA-005 reports.

{
    "search": {
        "query": {
            "bool": {
                "must": [
                    {
                        "bool": {
                            "should": {
                                "query_string": {
                                    "query": "*",
                                    "default_operator": "AND",
                                    "fields": "uuid"
                                }
                            }
                        }
                    }
                ]
            }
        }
    }
}

Instructions

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.

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