Contents

Get Previous Submissions

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

URL

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

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
SubmissionListResponse

The submission list request succeeded. The response contains a list of recent submissions, truncated to the 100 most recent.

403Forbidden
Content-Type: application/json
ErrorResponse

An authentication failure occurred.

404Not 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.

Example

See Also

History