Skip to content

GET /event

Get Events

GET
/event

Search the event log.

Queries the Event collection using the supplied entity reference filters
(serial, job, work order, task, issue) and optional time range and event type
filters. context_type must be a known value from EventContextType or 422
is returned.

Emits: (direct query — no event class)
Required scope: traceability:event: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

Query Parameters

issue_key
serial_key
job_key
work_order_key
task_key
time_from
time_to
context_type
context_key
type

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.