v1

latestSwagger 2.02026-07-13142753.8 KB
SupportTickets

Lists all the support tickets for an Azure subscription. <br/><br/>You can also filter the support tickets by <i>Status</i> or <i>CreatedDate</i> using the $filter parameter. Output will be a paged result with <i>nextLink</i>, using which you can retrieve the next set of support tickets. <br/><br/>Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error.

get/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets

Path parameters

subscriptionIdstring required

Azure subscription id

Query parameters

$topinteger

The number of values to return in the collection. Default is 25 and max is 100.

$filterstring

The filter to apply on the operation. We support 'odata v4.0' filter semantics. <a target='_blank' href='https://docs.microsoft.com/odata/concepts/queryoptions-overview'>Learn more</a> <br/><i>Status</i> filter can only be used with 'eq' operator. For <i>CreatedDate</i> filter, the supported operators are 'gt' and 'ge'. When using both filters, combine them using the logical 'AND'.

api-versionstring required

Api version

Response

Successfully retrieved support tickets.

nextLinkstring

The URI to fetch the next page of SupportTicket resources.