# List the transitions for this machine instance **GET /machines/{machineSlug}/i/{instanceSlug}/events** ## Servers - Production server: https://api.statebacked.dev (Production server) ## Authentication methods - Bearer auth ## Parameters #### Query parameters - **cursor** (string) A cursor returned from a previous call to /machines/{machineSlug}/i/{instanceSlug}/events ## Responses ### 200: The transitions for this machine instance #### Body Parameters: (object) - **transitions** (array[object]) - **cursor** (string) The cursor to use on the next call to retrieve the next page of transitions. If no cursor is returned, there are no more pages to retrieve. [Powered by Bump.sh](https://bump.sh)