---
title: "getScheduledJobKeys"
canonical: "https://support.appfire.com/space/PSJC/435028492/getScheduledJobKeys"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Returns the list of scheduled jobs keys.

Returns the list of scheduled jobs keys.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getScheduledJobKeys() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

**String []**

Returns the list of the scheduled job keys.

## Example

```javascript
runnerLog("The job keys are : " + getScheduledJobKeys());
```

The example above returns the list of all scheduled job keys created.

## See also

> Macro (contentbylabel)