Skip to main content

List Imports

Returns a list of Imports belonging to your account.

Query Parameters
  • start_cursor string

    The start cursor for Keyset pagination.

  • per_page integer

    Possible values: >= 2 and <= 100

    Default value: 50

    The number of records per page to return.

  • filter object

    The fields, operations, and values to filter the records by.

    • status object
    • include string required
    • created_at object
      oneOf

    • lt string required
    • updated_at object
      oneOf

    • lt string required
  • sort object

    The fields and direction to sort the results by.

    • id string

      Possible values: [asc, desc]

      Default value: desc

    • created_at string

      Possible values: [asc, desc]

    • updated_at string

      Possible values: [asc, desc]

Responses

OK


Schema

  • start_cursor string

    The current start cursor of the records returned.

  • next_cursor string

    The next cursor to retrieve the next page of records.

  • per_page integer

    The maxumum number of records returned.

  • estimated_remaining_count integer

    The number of remaining records including the returned records, up to a maximum of 500.

  • filtered_by object[]

    The filters applied to the returned record set.

    anyOf

  • status object
  • include string
  • sorted_by object[]

    The sorts applied to the returned record set.

    anyOf

  • updated_at string

    Possible values: [asc, desc]

  • records Import[]
  • id integer
  • completed_at date-time

    The date and time this Import was completed.

  • file_name string

    The name of the imported file.

  • file_size string

    The size of the imported file, in bytes.

  • note string

    A note regarding this import.

  • type string

    The type of import.

  • status string

    Possible values: [new, queued, processing, partially_complete, failed, complete, incomplete, rolled_back, rolling_back, unsupported]

  • created_at date-time
  • updated_at date-time
Loading...