Skip to main content

Get import errors

GET 

/subscriptions/imports/:import_uuid/errors

Retrieves all errors encountered as part of the import. Each error is attributed to a line in the JSONL file imported, so for example, if at line 1 in your JSONL you had a subscription_product without a name, there would be a minimum string error for the name attribute with "line_number": 1.

Errors are also ordered by line number ascending, and can be paginated.

Request

Responses

Success. The import errors are returned.