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

# Search and preview Bolt schedules status

> Paradime Bolt Search: Search and preview the status of Bolt schedules for dbt™ projects. Ensure efficient schedule management.

export const Arcade = ({src, title}) => <div style={{
  position: 'relative',
  paddingBottom: 'calc(56.2225% + 41px)',
  height: 0,
  width: '100%'
}}>
    <iframe src={src} title={title} frameBorder="0" loading="lazy" allow="clipboard-write" allowFullScreen style={{
  position: 'absolute',
  top: 0,
  left: 0,
  width: '100%',
  height: '100%',
  colorScheme: 'light'
}} />
  </div>;

Using the Paradime Global search you can search from anywhere in Paradime your Bolt schedules and preview the last status of each schedule run.

To activate Global Search, click on the input on the top of your screen, or use the keyboard shortcut `cmd+K` or `ctrl+K`.

Then type Bolt schedules or a schedule name to see the last run status. Click on one of the results to open the schedule run details and view run logs.

<Arcade src="https://demo.arcade.software/dcryVoFDcTBmmpOoaKlX?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Search and preview Bolt schedules status" />

<Info>
  **Check other** [**Bolt Schedule**](/products/bolt/index) **resources.**&#x20;
</Info>


## Related topics

- [Global Search](/guides/paradime-fundamentals/global-search/index.md)
- [Paradime Apps Navigation](/guides/paradime-fundamentals/global-search/paradime-apps-navigation.md)
- [Schedule Configurations](/products/bolt/managing-schedules/schedule-configurations.md)
- [Paradime fundamentals](/guides/paradime-fundamentals/index.md)
- [Shortcuts](/products/code-ide/user-interface/file-editing-features.md)
