v1
latestOpenAPI 3.1.02026-08-061838260.7 KBSubmission Status API
Check Single Submission Status
When an authorized filer requests the status of a single submission that the filer made, the Check Single Submission Status API will respond with the current status of that submission.
get/submission/{accessionNumber}/status
Path parameters
accessionNumberstring required
The accession number returned when a submission is successfully transmitted.
Response
Ok. A submission filed by the authorized filer, with the given accession number, was found
Example response
{
"accessionNumber": "0000000001-22-000001",
"messages": [
{
"content": "The Filer API Key making this request will expire in less than two weeks."
}
],
"mode": "LIVE",
"status": "SUSPENDED",
"receivedDate": "2022-03-10T12:15:50-04:00",
"filingDate": "2022-03-10T12:15:50-04:00",
"acceptedDate": "2022-03-10T12:15:50-04:00",
"suspendedDate": "2022-03-10T12:15:50-04:00",
"submissionMessages": [
{
"content": "The Filer API Key making this request will expire in less than two weeks.",
"errorLabel": "INCONSISTENT_TAG_VALUE"
}
],
"submissionProcessingStatus": "SUSPENDED"
}