---
title: SubmissionLogURLResponse
framework: notaryapi
role: symbol
role_heading: Object
path: notaryapi/submissionlogurlresponse
---

# SubmissionLogURLResponse

The notary service’s response to a request for the log information about a completed submission.

## Declaration

```data
object SubmissionLogURLResponse
```

## Properties

data: Data that indicates how to get the log information for a particular submission. meta: An empty object that you can ignore.

## Discussion

Discussion You receive a structure of this type in response to a call to the Get Submission Log endpoint.

## Topics

### Objects

- [SubmissionLogURLResponse.Data](notaryapi/submissionlogurlresponse/data-data.dictionary.md)
- [SubmissionLogURLResponse.Meta](notaryapi/submissionlogurlresponse/meta-data.dictionary.md)

## See Also

### Notarization results

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