Skip to main content
GET
Get submission report

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 person counts, and the number of messages sent to the tax authority. Persons with outstanding errors are listed, page by page, by the errors endpoint.

submissionId
string
required
type
enum<string>
required

Which sub-report this submission carries

Available options:
SIPL,
SLIK,
SKIS
Example:

"SLIK"

reportingYear
integer<int32>
required
Example:

2025

kind
enum<string>
required

SUBMISSION reports a year not yet reported for this sub-report; 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
persons
object
required

Persons you pushed, each of which is one reportable person entry

messages
object
required

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

Last modified on September 1, 2026