rozod
    Preparing search index...

    Variable getOpenEvalApiV1EvalRecordsJobIdConst Api Param

    getOpenEvalApiV1EvalRecordsJobId: EndpointGeneric<
        { jobId: string },
        {
            createUtc?: null | string;
            description?: null | string;
            evalSucceeded?: null | string;
            fullLogs?: null | string;
            id?: number;
            inputScript: null | string;
            jobId: string;
            jobStatus?: null | string;
            name: null | string;
            results?:
                | null
                | {
                    mode: null
                    | string;
                    result: {
                        checks: number;
                        error: null | string;
                        fails: number;
                        interruptions: null | { check: number; type: null | string }[];
                        passes: number;
                        warning: null | string;
                    };
                }[];
            user?: { id: null
            | string };
            useReferenceMode?: null | string;
        },
        undefined,
    > = ...

    GET https://apis.roblox.com/cloud/open-eval-api/v1/eval-records/:jobId Gets the evaluation record by job ID. jobId The job ID of the evaluation record.