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/seedsAuthentication
Required. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYPath Parameters
| Parameter | Type | Description |
|---|---|---|
| bundleId | string | UUID of the bundle |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| appId | string | Required | Application identifier |
| externalUserId | string | Required | External user identifier |
Response
| Field | Type | Description |
|---|---|---|
| seeds | array | Array of seed objects in the bundle |
| seeds[].id | string | Unique seed identifier |
| seeds[].name | string | Seed name or filename |
| seeds[].type | string | Seed type (pdf, word, excel, etc.) |
| seeds[].status | string | Processing status |
| seeds[].createdAt | string | ISO 8601 timestamp of creation |
| seeds[].addedAt | string | When seed was added to bundle |
| total | number | Total number of seeds in bundle |
Try It
Path Parameters
UUID of the bundle
Query Parameters
Application identifier
External user identifier for data isolation