GetFilesCursorReqQuery: {
    cursor?: string | null;
    page_size?: number | null;
}

Type declaration

  • Optionalcursor?: string | null

    File ids are compared to the cursor using a greater than or equal to. This is used to paginate through files.

  • Optionalpage_size?: number | null

    The page size of files you wish to fetch. Defaults to 10.

MMNEPVFCICPMFPCPTTAAATR