@videosdk.live/server-sdk
    Preparing search index...

    Interface ListDeploymentsParams

    Common pagination query parameters accepted by list endpoints.

    interface ListDeploymentsParams {
        agentId?: string;
        cursor?: string;
        deploymentId?: string;
        name?: string;
        page?: number;
        perPage?: number;
        status?: string;
    }

    Hierarchy (View Summary)

    Index
    agentId?: string
    cursor?: string

    Opaque cursor from a previous Page.nextCursor. Overrides page/perPage.

    deploymentId?: string
    name?: string

    Regex match on the deployment name.

    page?: number

    1-based page number. Defaults server-side to 1.

    perPage?: number

    Items per page. Server default is 10 or 20 depending on the resource.

    status?: string