Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.

Query Parameters

store
string
Minimum string length: 1
status
enum<string>
Available options:
intake,
in_workshop,
ready,
collected,
unrepairable

Response

The matching repair orders, newest-created first (empty array when none).

id
string
required
article
object
required
issueDescription
string
required
quoteAmountCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
depositAmountCents
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
expectedPickupDate
string
required
customerId
string
required
storeId
string
required
status
enum<string>
required
Available options:
intake,
in_workshop,
ready,
collected,
unrepairable
actorId
string
required
createdAt
string
required
updatedAt
string
required
Example: