print('my ids are not specific enough, bummer ... or did I uploaded stuff multiple times?')
calc=result.results[0]
print(calc)
```
The result of a search always contains the key `pagination` with pagination data (`total`, `page`, `per_page`) and `results` with an array of the search result. The search results depend on
the type of search and their is no formal swagger model for it, therefore you get plain
dictionaries.
## Downloading data
The *raw* api allows to download data. You can do that either via bravado: