Authorizations
Response
200 - application/json
Successfully retrieved list of seed datasets
curl --request GET \
--url https://beta.getplum.ai/v1/data/seeds \
--header 'Authorization: <api-key>'{
"datasets": [
{
"id": "<string>",
"created_at": "<string>"
}
]
}curl --request GET \
--url https://beta.getplum.ai/v1/data/seeds \
--header 'Authorization: <api-key>'{
"datasets": [
{
"id": "<string>",
"created_at": "<string>"
}
]
}Successfully retrieved list of seed datasets
Show child attributes