---
title: SubmissionResponse
framework: notaryapi
role: symbol
role_heading: Object
path: notaryapi/submissionresponse
---

# SubmissionResponse

The notary service’s response to a request for the status of a submission.

## Declaration

```data
object SubmissionResponse
```

## Properties

data: Data that describes the status of the submission request. 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 Status endpoint.

## Topics

### Objects

- [SubmissionResponse.Data](notaryapi/submissionresponse/data-data.dictionary.md)
- [SubmissionResponse.Meta](notaryapi/submissionresponse/meta-data.dictionary.md)

## See Also

### Notarization results

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