Sample - Swagger Petstore OpenAPI 3
GET/store/inventory

Get pet inventory by status

Lists the number of pets in the store for each status. Use this endpoint to retrieve inventory counts grouped by status without supplying a request body or parameters. Returns a map whose values are integer quantities.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 status codes
200Returns a map of pet status names to integer inventory quantities.
defaultReturned when an unexpected error occurs.