cURL
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>" }
ID of the seed dataset or "latest" to get the most recent dataset
Successfully retrieved dataset
Show child attributes