sdk.data_type.get()
elements.sdk.api.data_type
Get a Data Type.
Retrieve details about a Data Type that the user has access to.
Parameters
- ids (List[str]) - Data Type IDs to get
Returns
List[DataType]
Example(s)
# Get a Data Type
await sdk.data_type.get(ids=["track_pings"])
# Output (List[DataType])
[name: "track_pings"
data_source_ids: "adsbx_track_pings"
...]Updated 6 months ago