---
title: SubmissionListResponse
framework: notaryapi
role: symbol
role_heading: Object
path: notaryapi/submissionlistresponse
---

# SubmissionListResponse

The notary service’s response to a request for information about your team’s previous submissions.

## Declaration

```data
object SubmissionListResponse
```

## Properties

data: An array of objects, each of which describes one of your team’s previous submissions. 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 Previous Submissions endpoint. The list includes only the 100 most recent submissions.

## Topics

### Objects

- [SubmissionListResponse.Data](notaryapi/submissionlistresponse/data-data.dictionary.md)
- [SubmissionListResponse.Meta](notaryapi/submissionlistresponse/meta-data.dictionary.md)

## See Also

### History

- [Get Previous Submissions](notaryapi/get-previous-submissions.md)
