Skip to main content
GET
/
commerce
/
jobs
/
reservation-rules
/
runs
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "allocatedCount": 123,
      "failedCount": 123,
      "finishedAt": "2023-11-07T05:31:56Z",
      "noOpDeltaZeroCount": 123,
      "noOpFullyReservedCount": 123,
      "runId": "<string>",
      "siteId": 123,
      "startedAt": "2023-11-07T05:31:56Z",
      "tenantId": 123,
      "totalCount": 123
    }
  ],
  "nextPageToken": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

fromUtc
string<date-time>
toUtc
string<date-time>
pageSize
integer<int32>
pageToken
string
responseFields
string

limits which fields are returned in the response body

Response

OK

items
object[] | null
nextPageToken
string | null