Retrieve import entries

Retrieves a paginated list of entries for a given import.

Entries are only available for imports created within the last 15 days.

Required permission depends on the import type:

  • Company account audits imports: company_account_audits_read
  • Company account checks imports: company_account_checks_read
  • Payment checks imports: payment_checks_read
  • Paid payments imports: paid_payments_read
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the import to retrieve entries for.

Query Params
integer
1 to 100

Maximum number of entries to return in the response.

Constraints:

  • Minimum: 1
  • Maximum: 100

If not specified, defaults to 25.

uuid

Pagination cursor - returns entries after the entry with this ID.

  • Cannot be used together with ending_before
  • Must be a valid UUID
uuid

Pagination cursor - returns entries before the entry with this ID.

  • Cannot be used together with starting_after
  • Must be a valid UUID
boolean

Filters entries by validity status.

  • true - only valid entries
  • false - only invalid entries
boolean

Filters entries by duplicate status.

  • true - only duplicate entries
  • false - only non-duplicate entries
Headers
string
enum

Specifies the preferred language for the response. Supported languages:

  • en - English
  • fr - French

If not provided, the default language will be used.

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json