Skip to main content
GET
/
data
/
seeds
List all seed datasets
curl --request GET \
  --url https://beta.getplum.ai/v1/data/seeds \
  --header 'Authorization: <api-key>'
{
  "datasets": [
    {
      "id": "<string>",
      "created_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getplum.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Response

200 - application/json

Successfully retrieved list of seed datasets

datasets
object[]