---
title: "GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs"
method: GET
path: "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs"
tags: ["Inputs"]
---

# GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs

`GET /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.StreamAnalytics/streamingjobs/{jobName}/inputs`

Lists all of the inputs under the specified streaming job.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `jobName` string, required

## Query parameters

- `$select` string
- `api-version` string, required

## Response `200`

Successfully listed the inputs under the specified streaming job.

- InputListResult — Object containing a list of inputs under a streaming job.
  - `value` Input[] — A list of inputs under a streaming job. Populated by a 'List' operation.
    - `id` string — Resource Id
    - `name` string — Resource name
    - `type` string — Resource type
  - `nextLink` string — The link (url) to the next page of results.

## Other responses

- `default` — Error.

---

[API](https://skmtc.net/azure/apis/streamanalyticsmanagementclient-2.md) · [All operations](https://skmtc.net/azure/apis/streamanalyticsmanagementclient-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/streamanalyticsmanagementclient-2/versions/79f2d8e7020f/schema)
