# Find Jobs

The Find Jobs tab is used to search for jobs in the CopyStorm/Director Database. For sites with 10 or fewer jobs defined, clicking on the “Search” button will find all jobs. For sites with a lot of jobs the search criteria at the top of the page allow easy filtering of the list.

To run a job search:

* Optionally fill in one or more query parameters.
* Click on the “Search” button.

Once one or more jobs are found, click on a job name to load it into the Job Editor.

The following screenshot illustrates the major features of the Find Jobs tab:

![](https://4094748065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F762n2rpeqXwJ3ygR1d80%2Fuploads%2Fgit-blob-627a0a0ca23e99c86a25ba4f7554bb47bf1b926c%2Fc6b9de49-FindJobs.png?alt=media)

## Job Query Parameters

| Query Parameter         | Description                                                                                                                                                                                                                                                                                   |
| ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Job Number(s)           | <p>Unique job number (or numbers) to find. For example:</p><ul><li>1</li><li>1,5,7</li><li>1-10</li><li>2-19,14</li></ul>                                                                                                                                                                     |
| Job Name                | Find jobs where the name matches the query. Use a \* for a wildcard.                                                                                                                                                                                                                          |
| Description             | Find jobs where the query text appears in the description. Use \* for a wildcard.                                                                                                                                                                                                             |
| Salesforce User         | Find jobs where the Salesforce user matches. Use \* for a wildcard.                                                                                                                                                                                                                           |
| Quick Search            | <p>Select an item from the menu to run a common query. For example,</p><ul><li>Jobs running now.</li><li>Jobs that ran today.</li><li>Jobs that did not run today.</li><li>Jobs created in the past 7 days.</li></ul>                                                                         |
| Connection String       | Find jobs where the CopyStorm database connection string contains the query. Use \* for a wildcard.                                                                                                                                                                                           |
| CopyStorm Profile       | Find jobs where the CopyStorm profile matches the query. Use \* for a wildcard.                                                                                                                                                                                                               |
| CopyStorm/Medic Profile | Find jobs where the CopyStorm/Medic profile matches the query. Use \* for a wildcard.                                                                                                                                                                                                         |
| Last Status             | <p>Limit the to jobs with a status of:</p><ul><li>Running — a task defined in the job is running.</li><li>Success — the last reported status of the job was success.</li><li>Failure — the last reported status of the job indicated a problem.</li></ul>                                     |
| Include Jobs            | <p>Limit to jobs which are:</p><ul><li>Active — the job is available to run.</li><li>Inactive — the job is not available to run but has not been marked as deleted.</li><li>Deleted — the job has been marked as deleted.</li></ul>                                                           |
| Created                 | <p>Find jobs created within a date range. A date can be specified in the following formats:</p><ul><li>2015-11-22</li><li>22-Nov-15</li><li>11/22/15 (USA Style)</li><li>22.11.2015</li><li>22-11-2015</li><li>20151122</li><li>11/12</li><li>22.11</li><li>Yesterday</li><li>Today</li></ul> |
| Modified                | Find jobs modified within a date range. See the Created options for accepted date formats.                                                                                                                                                                                                    |
| Last Run                | Find jobs that ran within a date range. See the Created options for accepted date formats.                                                                                                                                                                                                    |
| Next Run                | Find jobs scheduled to run within a date range. See the Created options for accepted date formats.                                                                                                                                                                                            |
| Search                  | Run a search given the current query criteria.                                                                                                                                                                                                                                                |
| Reset                   | Reset all search criteria to their default values.                                                                                                                                                                                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.capstorm.com/copystorm-director/reference/copystorm-director-gui/find-jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
