Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Type Alias: SessionCreateResponse
type SessionCreateResponse = object;
Defined in: src/types/new-api.types.ts
SessionCreateResponse
Properties
externalId?
optional externalId: string | null;
Defined in: src/types/new-api.types.ts
External Id
External id of the session.
Defined in: src/types/new-api.types.ts
Id
Session id associated with the session.
name
Defined in: src/types/new-api.types.ts
Name
Name of the session.
previousSessionId?
optional previousSessionId: string | null;
Defined in: src/types/new-api.types.ts
Previous Session Id
Id of the previous session.
projectId
Defined in: src/types/new-api.types.ts
Project Id
Project id associated with the session.
projectName
Defined in: src/types/new-api.types.ts
Project Name
Project name associated with the session.