Skip to main content

List Row Results for an Import

Retrieve the row results for an existing Import.

Path Parameters

  • id string

    The Id of an existing Import.

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
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

  • id string

    Possible values: [asc, desc]

  • records ImportRowResult[]
  • id integer
  • record_id integer

    The Id of the record in the Import Row Result.

  • row_number integer

    The row number of this result in the imported file.

  • status string

    Possible values: [error, updated, created, unaffected, pending]

  • message string

    A message regarding this Import Row Result.

  • imported_type string

    The object type for this Import Row Result.

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