Get Previous Submissions
Fetch a list of your team’s previous notarization submissions.
URL
GET https://appstoreconnect.apple.com/notary/v2/submissionsResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | SubmissionListResponse | The submission list request succeeded. The response contains a list of recent submissions, truncated to the 100 most recent. |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | An authentication failure occurred. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | No data was found for this team. |
Mentioned in
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.