> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Event Stream Parameters

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = href;
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

The <Link href="/reference/get-events">`GET /events`</Link> endpoint can take in several
parameters. `stream_type` and `stream_position` are described in more detail
in this section's guides.
