List order events
Lists event log entries for an order with organization and user display data hydrated, filtering, sorting, and pagination. | authz: min_org_role=administrator | authz_personas=[draft_creator_org_operator, coordinator_org_operators] | () -> (OrderEventListRes)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
order_id
Query parameters
sort_by
Field to sort by
sort_order
Sort order (asc or desc)
Allowed values:
page
page_size
filter_action
Filter by order event action(s)
filter_user_id
Filter by actor user ID
filter_org_id
Filter by actor org ID
filter_timestamp_gte
Filter timestamp >= value
filter_timestamp_lte
Filter timestamp <= value
Response
Successful Response
items
total_count
Errors
422
Order Events List V1request Unprocessable Entity Error

