Exports are batch summaries of your Increase data. You can make them from the API or dashboard. Since they can take a while, they are generated asynchronously. We send a webhook when they are ready. For more information, please read our Exports documentation.
The category of the Export. We may add additional possible values for this enum over time; your application should be able to handle that gracefully.
The time the Export was created.
A URL at which the Export's file can be downloaded. This will be present when the Export's status transitions to complete
.
The File containing the contents of the Export. This will be present when the Export's status transitions to complete
.
The Export identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The status of the Export.
A constant representing the object's type. For this resource it will always be export
.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Return results after this ISO 8601 timestamp.
Return results before this ISO 8601 timestamp.
Return results on or after this ISO 8601 timestamp.
Return results on or before this ISO 8601 timestamp.
Filter Exports for those with the specified category or categories. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three
.
Filter Exports for those with the specified status or statuses. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three
.
Filter records to the one with the specified idempotency_key
you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Options for the created export. Required if category
is equal to account_statement_ofx
.
Options for the created export. Required if category
is equal to balance_csv
.
Options for the created export. Required if category
is equal to bookkeeping_account_balance_csv
.
The type of Export to create.
Options for the created export. Required if category
is equal to entity_csv
.
Options for the created export. Required if category
is equal to transaction_csv
.
Options for the created export. Required if category
is equal to vendor_csv
.
The identifier of the Export to retrieve.