GET
/
api
/
v1
/
submission
/
status
Get submission status
curl --request GET \
  --url https://api.udiconnect.io/api/v1/submission/status \
  --header 'Authorization: <api-key>'
"{\n  \"status\": \"PUBLISHED\",\n  \"statusUpdateTime\": \"2025-08-18T14:13:59.348\",\n  \"device\": \"00314167868558\"\n}"

Authorizations

Authorization
string
header
required

Query Parameters

id
string

Request ID of the submission

Example:

"1234567890"

udiDevice
string

UDI Device identifier

Example:

"00308676965723"

entityType
enum<string>
required

Type of UDI entity (DEVICE or DEVICE_GROUP)

Available options:
DEVICE,
DEVICE_GROUP
Example:

"DEVICE"

agency
enum<string>
required

Regulatory agency for the submission

Available options:
COMMON_DEVICE_DATA,
FDA,
EC,
NMPA,
MFDS,
GDSN,
SFDA,
TFDA,
TGA,
HSA
Example:

"EC"

Response

Submission status retrieved successfully

Status of a submission

status
enum<string>

Current status of the submission

Available options:
IN_SUBMISSION,
TECHNICAL_SUBMISSION_ERROR,
SUBMISSION_REJECTED,
SUBMITTED,
PUBLISHED,
LATENT
Example:

"SUBMITTED"

statusUpdateTime
string<date-time>

Timestamp of the last status update

Example:

"2023-10-01T12:00:00Z"

device
string

Device identifier associated with the submission

Example:

"00308676965723"

deviceGroup
string

Device group identifier associated with the submission

Example:

"439990237188JM"