Contents

Get Submission Log

Fetch details about a single completed notarization.

URL

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

Path Parameters

NameTypeDescription
submissionId Requiredstring

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

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
SubmissionLogURLResponse

The request succeeded. The response contains a URL that you access to download the log information.

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 a URL that you can download a log file from that enumerates any issues found by the notary service. The URL that you receive is temporary, so be sure to use it to immediately fetch the log. If you need the log again in the future, ask for the URL again.

The log file that you download contains JSON-formatted data, and might include both errors and warnings. For information about how to deal with common notarization problems, see Resolving common notarization issues.

Example

See Also

Notarization results