# SHOW JOB PARAMETERS FOR

Returns the parameters specified for the job with the specified ID.

## Syntax

```
SHOW JOB PARAMETERS FOR '<job_ID>'

```

## Argument

* `job_ID`: ID of the job.

## Example

The following command shows the parameters specified for the job with ID `058e2ed1-3000-4000-a000-512d334df903`:

```sql
SHOW JOB PARAMETERS FOR '058e2ed1-3000-4000-a000-512d334df903';

```

```output

Name		Value							Type
endpoint	svc-xxxx-dml.aws-region.svc.singlestore.com	        string
port		3306							integer
username	s2user							string
enableSSL	True							boolean

```

***

Modified at: September 11, 2025

Source: [/cloud/reference/fusion-sql/show-job-parameters-for/](https://docs.singlestore.com/cloud/reference/fusion-sql/show-job-parameters-for/)

(An index of the documentation is available at /llms.txt)
