Kingsoft Office/aiopenaiGatewayLogsSearch

Online calls unavailable · details below

Kingsoft OfficeWPS 365 enterprise collaboration open API

GET/v7/aiopen/ai_gateway_logs/search

Get search resource

Get search resource via GET /v7/aiopen/ai_gateway_logs/search.

Manage contacts and organization, cloud documents, DBSheet/smart sheets, messaging, meetings, calendars, mail, todo, approvals, and event subscriptions through the official WPS 365 OpenAPI (v7); the official machine contract is the OpenAPI 3.0.0 published on open.wps.cn (827 endpoints / 3,119 schemas). Enterprise data is private business data; Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.

Request

operationId
aiopenaiGatewayLogsSearch
Server
https://openapi.wps.cn
Authentication
app, delegated

Request parameters

start_time

queryintegerint64required

Start time (RFC3339).

1

end_time

queryintegerint64required

End time (RFC3339).

1

company_id

querystring

Company id.

example-id-0123456789

session_id

querystring

Session id.

example-id-0123456789

offset

queryintegeruint64required

Offset.

1

limit

queryintegeruint64required

Maximum number of items to return.

1

Responses

200

get_ai_gateway_logs_search_resp_bodyapplication/json

Request succeeded.

Properties: data

default

unknownapplication/json

The upstream service returned this status.

{
  "data": {
    "gateway_log_data_list": {
      "action_id": "example-id-0123456789",
      "aigc_error_code": "example content",
      "caller": "example content",
      "client_channel": "example content",
      "client_language": "example content",
      "client_type": "example content",
      "client_version": "example content",
      "company_id": "example-id-0123456789"
    }
  }
}