---
title: Get Previous Submissions
framework: notaryapi
role: symbol
role_heading: Web Service Endpoint
path: notaryapi/get-previous-submissions
---

# Get Previous Submissions

Fetch a list of your team’s previous notarization submissions.

## URL

GET https://appstoreconnect.apple.com/notary/v2/submissions

## Response Codes

200 OK: The submission list request succeeded. The response contains a list of recent submissions, truncated to the 100 most recent. 403 Forbidden: An authentication failure occurred. 404 Not Found: No data was found for this team.

## Mentioned in

Submitting software for notarization over the web

## Discussion

Discussion Use this endpoint to get the list of submissions associated with your team. The response holds an array of values that include the unique identifier for the submission, the date you initiated the submission, the name of the associated software, and the status of the submission. The response returns information about only the 100 most recent submissions. If you need information about just one submission, and you have the associated identifier, use Get Submission Status instead. Example

## See Also

### History

- [SubmissionListResponse](notaryapi/submissionlistresponse.md)
