List published datasets and enumerate their equity universes
list_datasetsWHEN: Use when you need what universes / as-of books a skill can run on.
NOT for: Do not use to fetch prices or news.
Returns: The published datasets with their as-of dates and the universes they enumerate; with a universe argument, the member ticker list itself. Raw dataset files are never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Members per page for format "full" (default 250, max 1000). | |
| theme | No | SECULAR_TREND only — restrict to one secular theme id. | |
| format | No | "full" (default) returns member records with metadata, paged. "symbols" returns the complete ticker list in one cheap response. | |
| offset | No | Page offset for format "full". | |
| dataset | No | Dataset name, when the endpoint publishes more than one. | |
| universe | No | Enumerate the members of one universe. Omit to list datasets and see which universes are available. | |
| eligible_only | No | SECULAR_TREND only — restrict to members that also pass the LIQUID_VOLATILE mechanical gates. |