get_ticket_by_id
Retrieve specific ticket details from Freshservice by providing its unique ID to streamline issue tracking and management.
Instructions
Get a ticket in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticket_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticket_id": {
"title": "Ticket Id",
"type": "integer"
}
},
"required": [
"ticket_id"
],
"title": "get_ticket_by_idArguments",
"type": "object"
}