Skip to main content
GET
List submissions

Authorizations

Authorization
string
header
required

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

Query Parameters

year
integer<int32>
Required range: 2024 <= x <= 2100
quarter
integer<int32>
Required range: 1 <= x <= 4
country
string

Response

200 - application/json

OK

submissionId
string
required

Submission id

year
integer<int32>
required
quarter
integer<int32>
required
countryCode
string
required

Reportable country (ISO 3166-1 alpha-2)

status
enum<string>
required

High-level lifecycle status of a submission

Available options:
DRAFT,
PROCESSING,
ACTION_REQUIRED,
REPORTED,
FAILED
Last modified on July 22, 2026