TheDocumentation Index
Fetch the complete documentation index at: https://docs.gr4vy.com/llms.txt
Use this file to discover all available pages before exploring further.
transaction_retries model allows setting one parameter.
filters: a dictionary of filters
filters
Filters allow filtering of the transaction retries’ data to be exported.
| Value | Type | Validation |
|---|---|---|
created_at | dict[str, str] | See date-time filter below |
Date-time filter
A date-time filter could be defined as follows.start and end allow three types of values:
- Valid ISO 8601 timestamp with or without timezone. UTC is assumed if the time zone is not specified.
- Date-time placeholder to be set dynamically
null: this represents an open range
Validations
The validations below are checked:start <= end, only when both are timestampsstartandendcannot be null at the same time
Example
Example of report creation using thetransaction_retries model.