rozod
    Preparing search index...

    Variable getCloudV2UniversesUniverseIdPlacesPlaceIdVersionsVersionIdLuauExecutionSessionsLuauExecutionSessionIdTasksTaskIdLogsConst Api Param Description

    getCloudV2UniversesUniverseIdPlacesPlaceIdVersionsVersionIdLuauExecutionSessionsLuauExecutionSessionIdTasksTaskIdLogs: EndpointGeneric<
        {
            luau_execution_session_id: string;
            maxPageSize?: number;
            pageToken?: string;
            place_id: string;
            task_id: string;
            universe_id: string;
            version_id: string;
            view?: "VIEW_UNSPECIFIED"
            | "FLAT"
            | "STRUCTURED";
        },
        {
            luauExecutionSessionTaskLogs: {
                messages: string[];
                path: string;
                structuredMessages: {
                    createTime: string;
                    message: string;
                    messageType: | "MESSAGE_TYPE_UNSPECIFIED"
                    | "OUTPUT"
                    | "INFO"
                    | "WARNING"
                    | "ERROR";
                }[];
            }[];
            nextPageToken: string;
        },
        undefined,
    > = ...

    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