interface ContainerRetrieveResponse {
    created_at: number;
    expires_after?: OpenAIClient.Containers.ContainerRetrieveResponse.ExpiresAfter;
    id: string;
    name: string;
    object: string;
    status: string;
}

Properties

created_at: number

Unix timestamp (in seconds) when the container was created.

The container will expire after this time period. The anchor is the reference point for the expiration. The minutes is the number of minutes after the anchor before the container expires.

id: string

Unique identifier for the container.

name: string

Name of the container.

object: string

The type of this object.

status: string

Status of the container (e.g., active, deleted).