Seeds / Get

Get Seed

Fetch detailed information about a specific seed by its ID. Returns comprehensive metadata including title, type, processing status, token count, chunk count, creation date, and associated bundles.

GET {baseAPIUrl}/seeds/:seedId

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
seedIdstringUUID of the seed to retrieve

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier
includeChunksbooleanOptionalInclude chunks (default: true)

Response

FieldTypeDescription
idstringUnique identifier
typestringSeed type (pdf, text, image, etc.)
titlestringSeed title
summarystringAuto-generated summary
createdAtstringISO 8601 timestamp
tokenValuenumberTotal token count
chunksarrayArray of chunk objects with embeddings

Try It

Path Parameters

UUID of the seed to retrieve

Query Parameters

Application identifier

External user identifier for data isolation

Include chunks in response (default: true)