Empty features response, Planet Data using dataimport/search

Hello All,

Im currently trying to follow the guidance in https://docs.sentinel-hub.com/api/latest/api/data-import/examples/ to execute a search for PlanetScope data.

When I try to execute the provided sample search via Postman or Curl to https://services.sentinel-hub.com/api/v1/dataimport/search

    "provider": "PLANET",
    "planetApiKey": xxxxxxxx,
    "bounds": {
        "geometry": {
            "type": "Polygon",
            "coordinates": [
              [
                [
                  15.825815,
                  46.714048
                ],
                [
                  15.813988,
                  46.707248
                ],
                [
                  15.832682,
                  46.703062
                ],
                [
                  15.839931,
                  46.711694
                ],
                [
                  15.835353,
                  46.716664
                ],
                [
                  15.825815,
                  46.714048
                ]
              ]
           ]
        }
    },
    "data": [
        {
            "itemType": "PSScene4Band",
            "dataFilter": {
                "timeRange": {
                    "from": "2019-04-27T00:00:00.000Z",
                    "to": "2019-04-30T00:00:00.000Z"
                },
                "maxCloudCoverage": 30,
                "nativeFilter": {
                    "type": "StringInFilter",
                    "field_name": "quality_category",
                    "config": [
                        "standard"
                    ]
                }
            }
        }
    ]

I receive as response with an empty features array:

{
    'features': [],
     '_links': {'_first': 'https://api.planet.com/data/v1/searches/ca799.....',
     '_self': 'https://api.planet.com/data/v1/searches/ca799.....'},
     'type': 'FeatureCollection'
}

Have tried to search in other locations and filtering configurations but the features array returned is always null. Do you have any suggestion to which may be reason of this problem?

Hi @santipazos,

it seems there is an issue on the Planet’s side, tied to your user account. We will check with them and come back to you.
Sorry for the inconvenience.
Best,
Grega

1 Like