Skip to content

GET /inventory/count-session/{session_key}/processed-records

Get Counting Session Processed Records

GET
/inventory/count-session/{session_key}/processed-records

Count processed count records for a session.

Returns the number of inventory_count_record documents associated with
session_key that have processed=true. Used to track application progress
during CountSessionAppliedEvent processing.

Emits: (direct query — no event class)
Required scope: inventory:count:read

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

session_key*
Type
string
Required

Responses

Successful Response

application/json

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.