Get a single operator-time-entry by id
GET /operator-time-entries/{id}
GET
/operator-time-entries/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
operator_org
required
managed_org
required
period
required
Billing period in YYYY-MM format (e.g. 2026-06)
string
manual_minutes
Manually logged time in minutes
integer
action_count
Number of audit-log actions performed by operator users in the managed org for the period
integer
computed_minutes
Automatically derived minutes: action_count * 2
integer
total_minutes
Total effort: manual_minutes + computed_minutes
integer
notes
Optional operator notes for the customer report
string
logged_by
generated_at
string format: date-time
is_sent_to_customer
Whether this report has been shared with the managed org
boolean
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found