get_data_view_metadata
Retrieves data view metadata including parameters and queryable fields to understand available data view structure.
Instructions
Retrieve data view metadata which includes data view parameters and list of queryable fields. Supports both queryable and non-queryable data views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataViewID | Yes | ID of the data view to retrieve metadata for. Example: "D_CaseList", "D_WorkBasket" | |
| sessionCredentials | No | Optional session-specific credentials. If not provided, uses environment variables. Supports two authentication modes: (1) OAuth mode - provide baseUrl, clientId, and clientSecret, or (2) Token mode - provide baseUrl and accessToken. |