Failed Planet metadata request

Hello,
Yesterday during some periodic metadata requests for an area of interest of Planet products, in one of the attempts we received a message without the “features” field.
According to the documentation (https://docs.sentinel-hub.com/api/latest/api/data-import/examples/), this field is included in the message.

Was this a one-off error?
If not, in which cases should we consider that this field may not be included in the messages?

Thank you very much.

Hi @seda.defensa,

can you send an example of the request, which triggered this response? Without this it is difficult to respond to your question.
That said, the response of the Search API is generated by data provider (in this case Planet) and passed to the user directly, without changes. It might be there was a temporary issue on the side of the provider. But, as mentioned, without the example it is impossible to know.

Best,
Grega

Please find attached the body of the request made.

url = https://services.sentinel-hub.com/api/v1/dataimport/search, data = {‘provider’: ‘PLANET’, ‘bounds’: {‘geometry’: {‘type’: ‘Polygon’, ‘coordinates’: [[[lon1, lat1], [lon2, lat2], …]]}}, ‘data’: [{‘dataFilter’: {‘timeRange’: {‘from’: ‘2021-09-13T00:00:00.000000Z’, ‘to’: ‘2021-09-14T23:59:59.000000Z’}, ‘maxCloudCoverage’: 100}, ‘itemType’: ‘PSScene4Band’, ‘productBundle’: ‘analytic_udm2’}]} headers = {‘content-type’: ‘application/json’, ‘Authorization’: ‘Bearer [TOKEN]’}

and the request is done with requests library of python.

Best,
seda.defensa

Hi @seda.defensa,

we will need the full request, with all details, in order to reproduce the issue.
You should just mask your Bearer TOKEN.

Also, can you confirm this is happening every time you run this request or it was just once?

Best,
Grega