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_keystringRequired

Query parameters

pageintegerOptionalDefaults to 1
Page number
page_sizeintegerOptionalDefaults to 100

Number of items per page (max 1000)

searchstringOptional>=1 characterDefaults to

Filter resources by name (case-insensitive)

typestringOptional>=1 characterDefaults to channel

Resource type to list (e.g., channel, calendar)

Response

countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"
total_countinteger
current_filtersobject

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_dataobject