Get Submission Status
Fetch the status of a software notarization submission.
URL
GET https://appstoreconnect.apple.com/notary/v2/submissions/{submissionId}Path Parameters
| Name | Type | Description |
|---|---|---|
submissionId Required | uuid | The identifier that you receive from the notary service when you post to Submit Software to start a new submission. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | SubmissionResponse | The status request succeeded. The response contains the status. |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | An authentication failure occurred. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | The specified identifier can’t be found. |
Mentioned in
Discussion
Use this endpoint to fetch the status of a submission request. Form the URL for the call using the identifier that you receive in the id field of the response to the Submit Software endpoint. If you lose the identifier, you can get a list of the most recent 100 submissions by calling the Get Previous Submissions endpoint.
Along with the status of the request, the response indicates the date that you initiated the request and the software name that you provided at that time.