GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/versions/:version_id/luau-execution-sessions/:luau_execution_session_id/tasks/:task_id/logs
List Luau Execution Session Task Logs
universe_id The universe ID.
place_id The place ID.
version_id The version ID.
luau_execution_session_id The luau-execution-session ID.
task_id The task ID.
maxPageSize The maximum number of luau execution session task logs to return. The
service might return fewer than this value. If unspecified, at most 10000
luau execution session task logs are returned. The maximum value is 10000
and higher values are set to 10000.
pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must
match the call that provided the page token.
view The view in which to retrieve the luau execution session task log.
Supports FLAT and STRUCTURED.
Defaults to FLAT.
Possible values:
Value
Description
VIEW_UNSPECIFIED
The luau execution session task log view is not specified; the default will be used.
FLAT
If this view is selected, the messages field will be populated (and the structuredMessages field will not). Each entry of the messages array contains only the log message, without additional medata. This is the default.
STRUCTURED
If this view is selected, the structuredMessages field will be populated (and the messages field will not). Each entry of the structuredMessages array contains the log message plus additional metadata (see LogMessage for details).
Lists log chunks generated by a LuauExecutionSessionTask.
Quotas:
45 calls per minute per API key owner or IP address
GET https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/places/:place_id/versions/:version_id/luau-execution-sessions/:luau_execution_session_id/tasks/:task_id/logs List Luau Execution Session Task Logs universe_id The universe ID. place_id The place ID. version_id The version ID. luau_execution_session_id The luau-execution-session ID. task_id The task ID. maxPageSize The maximum number of luau execution session task logs to return. The service might return fewer than this value. If unspecified, at most 10000 luau execution session task logs are returned. The maximum value is 10000 and higher values are set to 10000. pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. view The view in which to retrieve the luau execution session task log.
Supports FLAT and STRUCTURED.
Defaults to FLAT.
Possible values:
messages
field will be populated (and thestructuredMessages
field will not). Each entry of themessages
array contains only the log message, without additional medata. This is the default.structuredMessages
field will be populated (and themessages
field will not). Each entry of thestructuredMessages
array contains the log message plus additional metadata (seeLogMessage
for details).LuauExecutionSessionTask
.Quotas: 45 calls per minute per API key owner or IP address