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

# Get Submission Log

Fetch details about a single completed notarization.

## URL

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

## 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 request succeeded. The response contains a URL that you access to download the log information. 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 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

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