Download OpenAPI specification:Download

Apps

Analytics_ListAppIntegrationsLogs

SecuritybasicAuth
Request
path Parameters
app_id
required
string
query Parameters
start_time
required
string
end_time
required
string
query
string
page_size
integer <int32>

The maximum number of logs to return. The service may return fewer than this value. The maximum value allowed is 100; value above 100 will be coerced to 100.

page_token
string

A page token, received from a previous ListAppIntegrationsLogsRequest call. Provide this to retrieve a subsequent page.

Responses
200

A successful response.

Response Schema: application/json
Array of objects (ListAppIntegrationsLog)
next_page_token
string
get/v1/apps/{app_id}/logs/stream
Request samples
Response samples
application/json
{
  • "logs": [
    • {
      }
    ],
  • "next_page_token": "string"
}