ChatGPT Enterprise

Download 0
Last updated Sep 25, 2026

ChatGPT Enterprise App Logs

Retrieve in-app requests and responses from the ChatGPT Enterprise service, which show what data ChatGPT read from or wrote to connected apps and connectors.

chatgpt-ent-app-logs [profile=VALUE] [duration=VALUE] [from=VALUE] [to=VALUE] [user=VALUE] [conversation-id=VALUE]
profile=VALUE
Optional. Profile name of the ChatGPT Enterprise workspace.
duration=VALUE
Optional. Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example, 10s means data from 10 seconds earlier. The API requires a start time, so the last 24 hours are used when no period is given.
from=VALUE
Optional. Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
to=VALUE
Optional. End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
user=VALUE
Optional. Filter by the email of the user who caused the event.
conversation-id=VALUE
Optional. Filter by the conversation the call was made from.

Output fields

FieldTypeNameDescription
_timeDateTimee.g. 2026-09-05 09:13:44. When the event occurred.
profileStringConnect profilee.g. workspace-prod
userStringUsere.g. user@example.com
app_nameStringApp namee.g. GitHub
actionStringAction namee.g. get_profile, search_repositories. What the connector was asked to do.
log_typeStringLog typee.g. request (the call), response (its result). Each call produces both.
durationLongElapsed timee.g. 2001. Milliseconds the external call took.
error_codeStringError codee.g. rate_limited. Absent when the call succeeded.
conversation_idStringConversation IDe.g. 1a2b3c4d-5e6f-4708-9a1b-2c3d4e5f6071
app_idStringApp IDe.g. connector_0a1b2c3d4e5f60718293a4b5c6d7e8f9
app_typeStringApp typee.g. SERVICE
connector_nameStringConnector namee.g. GitHub
connector_idStringConnector IDe.g. connector_0a1b2c3d4e5f60718293a4b5c6d7e8f9
is_syncBooleanSynchronouse.g. false
inputMapRequest inpute.g. {_meta={timezone=Asia/Seoul}}
outputListResponse outpute.g. [{response={result=...}}]. Full connector reply, which can carry data fetched from the service.
typeStringEvent typee.g. APP_LOG
event_idStringEvent IDe.g. 3c4d5e6f-7081-49a2-b3c4-d5e6f7081920
user_idStringUser IDe.g. user-AbCdEfGhIjKlMnOpQrStUvWx
actor_typeStringActor typee.g. ACCOUNT_USER
principal_idStringWorkspace IDe.g. 9a8b7c6d-1e2f-4a3b-8c4d-5e6f70819a2b
principal_typeStringWorkspace typee.g. CHATGPT_WORKSPACE
file_idStringLog file IDe.g. eclf_0a1b2c3d4e5f60718293a4b5c6d7e8f9. Compliance log file the event was read from.
extraMapUnmapped fieldse.g. {new_field=...}. Fields this app does not recognise yet, kept so nothing is lost when the API adds them.
src_ipIPSource IPe.g. 203.0.113.10
src_countryStringSource countrye.g. KR
src_cityStringSource citye.g. Seoul
src_regionStringSource regione.g. Seoul
src_asnStringSource ASNe.g. 4766
user_agentStringUser agente.g. Mozilla/5.0
ja3StringJA3 fingerprinte.g. a1b2c3d4e5f60718293a4b5c6d7e8f90. TLS client fingerprint; a change can mean a different client.
ja4StringJA4 fingerprinte.g. q13d0314h3_a1b2c3d4e5f6_0a1b2c3d4e5f
dst_hostStringDestination hoste.g. chatgpt.com