Skip to main content
GET
/
imports
/
{run_id}
Get an import run
curl --request GET \
  --url https://api.app.lastaccountingcompany.com/portal/imports/{run_id} \
  --header 'Authorization: Bearer <token>'
{
  "run": {},
  "artifacts": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Path Parameters

run_id
string
required

Query Parameters

customer_id
string

Target company. Optional — API keys are pinned to one company, and single-company sessions default to it.

Response

Import run and artifacts.

run
object
artifacts
object[]