> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-b8a771f0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# X Developer Platform Status

> Live status of the X API v2, Enterprise APIs, Ads API, streaming endpoints, and all supporting services is available at developer.x.com/status.

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

Live status for the X Developer Platform — including the X API v2, Enterprise APIs, Ads API, streaming endpoints, and all supporting services — is now available at [developer.x.com/status](https://developer.x.com/status).

<div className="flex">
  <Button href="https://developer.x.com/status">
    View live status
  </Button>
</div>

## Incident history

A historical record of past incidents is maintained on the [Incidents](/incidents) page.
