# PlatformMetadata
## Properties
**from** | Option<**String**> | An RFC-8339-formatted date and time indicating the inclusive start of the query time range. |
**to** | Option<**String**> | An RFC-8339-formatted date and time indicating the exclusive end of the query time range. |
**next_cursor** | Option<**String**> | A string that can be used to request the next page of results, if any. |
**group_by** | Option<**String**> | A comma-separated list of fields used to group and order the results. |
**limit** | Option<**i32**> | The maximum number of results to return. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)