latestOpenAPI 3.1.02026-08-1584337456.5 KB
9dfc2be2007f
Dataframes
Get Dataframes
Authorization scope: dataframe:list
Get all dataframe entities from the DB
get/v1/accounts/{account_id}/environments/{environment_id}/dataframes
Path parameters
account_idstring required
environment_idstring required
Query parameters
items_per_pageinteger
The number of items per page in the paginated list.
The number of items per page in the paginated list.
pageinteger
The current page number in the paginated list.
The current page number in the paginated list.
Response
Successful Response
Example response
{
"items": [
{
"account_id": "62e7f4352c13160013dc39be",
"environment_id": "82e7f4122c13169813dc395g",
"name": "unique_name"
}
]
}