Skip to main content
GET
Get submission report
accounts counts the accounts you pushed, each of which is one account report. messages counts the messages sent to the tax authority: total generated, accepted, and still awaiting a response. The accounts with outstanding errors are listed by List account errors.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

submissionId
string
required

Response

200 - application/json

OK

Detailed reporting status: overall status, reported and pending account counts, and the number of messages sent to the tax authority. Accounts with outstanding errors are listed, page by page, by the account errors endpoint.

submissionId
string
required
reportingYear
integer<int32>
required
Example:

2025

kind
enum<string>
required

SUBMISSION reports accounts for a year not yet reported; CORRECTION amends what was already reported for it.

Available options:
SUBMISSION,
CORRECTION
status
enum<string>
required

High-level lifecycle status of a submission

Available options:
DRAFT,
PROCESSING,
ACTION_REQUIRED,
REPORTED,
FAILED
accounts
object
required

Accounts you pushed, each of which is one account report

messages
object
required

Messages sent to the tax authority: total generated, accepted, and still awaiting a response

Last modified on August 6, 2026