v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14128667.3 KB

This operation returns a list of all backups (recovery points) in a paginated format that were included in the search job.

If a search does not display an expected backup in the results, you can call this operation to display each backup included in the search. Any backups that were not included because they have a FAILED status from a permissions issue will be displayed, along with a status message.

Only recovery points with a backup index that has a status of ACTIVE will be included in search results. If the index has any other status, its status will be displayed along with a status message.

get/search-jobs/{SearchJobIdentifier}/backups

Path parameters

SearchJobIdentifierstring required

The unique string that specifies the search job.

Query parameters

nextTokenstring
<p>The next item following a partial list of returned backups included in a search job.</p> <p>For example, if a request is made to return <code>MaxResults</code> number of backups, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>
maxResultsinteger

The maximum number of resource list items to be returned.

Response

Success

NextTokenstring
<p>The next item following a partial list of returned backups included in a search job.</p> <p>For example, if a request is made to return <code>MaxResults</code> number of backups, <code>NextToken</code> allows you to return more items in your list starting at the location pointed to by the next token.</p>