---
title: Get Submission Status
framework: notaryapi
role: symbol
role_heading: Web Service Endpoint
path: notaryapi/get-submission-status
---

# Get Submission Status

Fetch the status of a software notarization submission.

## URL

GET https://appstoreconnect.apple.com/notary/v2/submissions/{submissionId}

## Path Parameters

submissionId: The identifier that you receive from the notary service when you post to Submit Software to start a new submission.

## Response Codes

200 OK: The status request succeeded. The response contains the status. 403 Forbidden: An authentication failure occurred. 404 Not Found: The specified identifier can’t be found.

## Mentioned in

Submitting software for notarization over the web

## Discussion

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. Example

## See Also

### Notarization results

- [SubmissionResponse](notaryapi/submissionresponse.md)
- [Get Submission Log](notaryapi/get-submission-log.md)
- [SubmissionLogURLResponse](notaryapi/submissionlogurlresponse.md)
