Skip to main content
GET
/
data
/
seed
/
{id}
Retrieve a specific seed dataset by ID
curl --request GET \
  --url https://beta.getplum.ai/v1/data/seed/{id} \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "data": [
    {
      "input": "<string>",
      "output": "<string>"
    }
  ],
  "system_prompt": "<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

Path Parameters

id
string
required

ID of the seed dataset or "latest" to get the most recent dataset

Response

200 - application/json

Successfully retrieved dataset

id
string
data
object[]
system_prompt
string
created_at
string