# Get Timeseries tables
This endpoint retrieves a lists of existing Timeseries tables.
Method | Path | Operation* |
---|---|---|
GET | /account/services/timeseries | get_timeseries_tables |
*
In order for a user to perform the "get_timeseries_tables" operation, the "get_timeseries_table" permission must be included in the list of allowed actions in the statement of the user's role.
# Request
No parameters.
# Response
The response returns the names of Timeseries database tables in an account held in the "timeseries"
attribute.
Attribute | Type | Description |
---|---|---|
timeseries | list of strings | List of names of Timeseries tables in the Timeseries database. |
# Status codes
Requests to this endpoint result in generic status codes. For a comprehensive list of status codes, please consult the Status codes section.
Was this article helpful?