Search Items
GET/api/v1/accounts/:id/items
Searches the backed-up content of an account for matching items (e.g. Jira issues, Confluence pages). Only available for Jira and Confluence accounts on the Advanced or Enterprise edition of Rewind Backups (a Rewind subscription tier, not an Atlassian plan) — accounts without it receive a 403 — and only when backup content is available for the account, otherwise the request returns 422. Use the optional "q" free-text search and "type" filters to narrow results; omit both to list every item. Account IDs follow the format: acc_ followed by 16 alphanumeric characters (e.g., acc_1234567890abcdef).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 503
successful
bad request
unauthorized
account is not on the Advanced or Enterprise edition of Rewind Backups
not found
unprocessable entity
too many requests
Response Headers
Your request allowance for the current window.
Requests remaining in the current window.
Unix time (seconds) at which the window resets.
Seconds to wait before retrying.
service unavailable