itglue_list_expirations
Track and manage upcoming expirations for warranties, SSL certificates, domains, and other time-sensitive IT resources across organizations.
Instructions
List upcoming expirations across all resource types.
Useful for tracking warranties, SSL certificates, domain renewals, and other time-sensitive items.
Args:
page (number): Page number (default: 1)
page_size (number): Items per page (default: 50)
organization_id (number): Filter by organization
resource_type_name (string): Filter by type (Configuration, Domain, etc.)
range (string): Date range - past, today, week, month, quarter, year, all
sort (string): Sort field
response_format (string): 'markdown' or 'json'
Returns: List of items with expiration dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| page_size | No | Number of items per page (max 1000) | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| organization_id | No | Filter by organization ID | |
| resource_type_name | No | Filter by resource type | |
| range | No | Expiration date range filter | month |
| sort | No | Field to sort by | expiration_date |
| sort_direction | No | Sort direction: asc (ascending) or desc (descending) | asc |