List org-operations
GET /org-operations
GET
/org-operations
Enterprise organisation merge and split lifecycle operations. Append-only audit trail — operations are never deleted.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” pagination[page]
integer
pagination[pageSize]
integer
filters
Strapi REST filter syntax
object
sort
string
populate
string
Responses
Section titled “ Responses ”OK
object
data
Array
object
operation_type
required
string
source_org_id
required
DocumentId of the source organisation
string
target_org_id
DocumentId of the target (merge) or newly created (split) organisation
string
status
required
string
config
Merge: {}. Split: { member_ids: string[], instance_ids: string[] }
error_message
string
initiated_by
Email of the user who initiated the operation
string
completed_at
string format: date-time
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer
Missing or invalid authentication
Not authorized (tenant scope or capability)