Skip to content

List operator-time-entries

GET
/operator-time-entries

Tracks operator effort (manual + audit-derived) per managed organisation per billing period. Used for transparent customer billing and MSP reporting.

pagination[page]
integer
pagination[pageSize]
integer
filters

Strapi REST filter syntax

object
sort
string
populate
string

OK

object
data
Array
object
operator_org
required
One of:

DocumentId reference to api::organisation.organisation

string
managed_org
required
One of:

DocumentId reference to api::organisation.organisation

string
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
One of:

DocumentId reference to plugin::users-permissions.user

string
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
nullable
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer

Missing or invalid authentication

Not authorized (tenant scope or capability)