Express CSV Logo

Get Import Session

GET
https://api.expresscsv.com/v1/importer/sessions/{sessionId}

Returns a single import session if it belongs to the authenticated environment.

Authentication

Secret key authentication

Use your ExpressCSV secret key from the dashboard as the Bearer token in the Authorization header.

Authorization: Bearer sk_live_...

URL parameters

NameLocationDescription
sessionIdrequired
path

Import session ID.

Response types