v4

latestOpenAPI 3.1.02026-08-012402353.8 MB

List Exports

get/exports

Query parameters

cursorstring

Return the page of entries after this one.

limitinteger

Limit the size of the list that is returned. The default (and maximum) is 100 objects.

created_at.afterstring date-time

Return results after this ISO 8601 timestamp.

created_at.beforestring date-time

Return results before this ISO 8601 timestamp.

created_at.on_or_afterstring date-time

Return results on or after this ISO 8601 timestamp.

created_at.on_or_beforestring date-time

Return results on or before this ISO 8601 timestamp.

category'account_statement_ofx' | 'account_statement_bai2' | 'transaction_csv' | 'balance_csv' | 'bookkeeping_account_balance_csv' | 'entity_csv' | 'vendor_csv' | 'dashboard_table_csv' | 'account_verification_letter' | 'funding_instructions' | 'form_1099_int' | 'form_1099_misc' | 'fee_csv' | 'voided_check' | 'daily_account_balance_csv'

Filter Exports for those with the specified category.

status.instring[]

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.

form_1099_int.account_idstring

Filter Form 1099-INT Exports to those for the specified Account.

form_1099_misc.account_idstring

Filter Form 1099-MISC Exports to those for the specified Account.

idempotency_keystring

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.

Response

Export List

next_cursorstring nullable required

A pointer to a place in the list. Pass this as the cursor parameter to retrieve the next page of results. If there are no more results, the value will be null.

Example response

{
  "data": [
    {
      "account_statement_bai2": null,
      "account_statement_ofx": null,
      "account_verification_letter": null,
      "balance_csv": null,
      "bookkeeping_account_balance_csv": null,
      "category": "transaction_csv",
      "created_at": "2020-01-31T23:59:59Z",
      "daily_account_balance_csv": null,
      "dashboard_table_csv": null,
      "entity_csv": null,
      "fee_csv": null,
      "form_1099_int": null,
      "form_1099_misc": null,
      "funding_instructions": null,
      "id": "export_8s4m48qz3bclzje0zwh9",
      "idempotency_key": null,
      "result": {
        "file_id": "file_makxrc67oh9l6sg7w9yc"
      },
      "status": "complete",
      "transaction_csv": {
        "account_id": "account_in71c4amph0vgo2qllky",
        "created_at": null
      },
      "type": "export",
      "vendor_csv": null,
      "voided_check": null
    }
  ],
  "next_cursor": "v57w5d"
}