get_data_objects
Retrieve available data objects with metadata and HATEOAS links. Filter by data or case type to narrow results.
Instructions
Retrieve list of available data objects with metadata and HATEOAS links. Can optionally filter by data object type (data or case).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter for data object type. Returns "data" or "case" type objects. | |
| 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. |