Bundles / Get Seeds

Get Seeds in Bundle

Retrieve all seeds contained within a specific bundle. Returns paginated seed metadata including titles, types, and processing status. Use this endpoint to display bundle contents or verify bundle membership.

GET {baseAPIUrl}/bundles/:bundleId/seeds

Authentication

Required. Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Path Parameters

ParameterTypeDescription
bundleIdstringUUID of the bundle

Query Parameters

ParameterTypeRequiredDescription
appIdstringRequiredApplication identifier
externalUserIdstringRequiredExternal user identifier

Response

FieldTypeDescription
seedsarrayArray of seed objects in the bundle
seeds[].idstringUnique seed identifier
seeds[].namestringSeed name or filename
seeds[].typestringSeed type (pdf, word, excel, etc.)
seeds[].statusstringProcessing status
seeds[].createdAtstringISO 8601 timestamp of creation
seeds[].addedAtstringWhen seed was added to bundle
totalnumberTotal number of seeds in bundle

Try It

Path Parameters

UUID of the bundle

Query Parameters

Application identifier

External user identifier for data isolation