---
title: "GET /subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs"
tags: ["StreamingJobs"]
---

# GET /subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs

`GET /subscriptions/{subscriptionId}/providers/Microsoft.StreamAnalytics/streamingjobs`

Lists all of the streaming jobs in the given subscription.

## Path parameters

- `subscriptionId` string, required

## Query parameters

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

## Response `200`

Successfully listed the streaming jobs under the given subscription.

- StreamingJobListResult — Object containing a list of streaming jobs.
  - `value` StreamingJob[] — A list of streaming jobs. Populated by a 'List' operation.
    - `id` string — Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    - `name` string — The name of the resource
    - `type` string — The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
  - `nextLink` string — The link (url) to the next page of results.

## Other responses

- `default` — Error.

---

[API](https://skmtc.dev/azure/apis/streamanalyticsmanagementclient-4.md) · [All operations](https://skmtc.dev/azure/apis/streamanalyticsmanagementclient-4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/streamanalyticsmanagementclient-4/revisions/553ecb8aa4ad/schema)
