Api Integrations Oauth Resources List List
List available resources (channels, calendars, etc.) for a connected integration.
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
provider_key
Query parameters
page
Page number
page_size
Number of items per page (max 1000)
search
Filter resources by name (case-insensitive)
type
Resource type to list (e.g., channel, calendar)
Response
count
results
next
previous
total_count
current_filters
Pydantic model for FilterParamDict. A dictionary that maps metric names to their filter parameters.
Each key is a metric name (str), and each value can be:
- A single MetricFilterParamPydantic (one condition)
- A List[MetricFilterParamPydantic] (multiple conditions for same metric)
- A FilterBundlePydantic (nested filter bundle with connector)
Note: Uses extra=“allow” for dynamic metric name fields. The pydantic_extra annotation tells Pydantic what types to expect for extra fields, and generates typed additionalProperties in JSON Schema.
filters_data