Packs
Retrieve a list of parent items for the given ingestion batch execution id.
Retrieve the parent items of a ingestion batch execution for debugging purpose.
get/packs/{packId}/tenantId/{tenantId}/rootIngestionId/{rootIngestionId}/ingestionBatchExecutions/{ingestionExecutionId}/parentItems
Path parameters
packIdinteger required
ID of a Pack
tenantIdstring required
ID of the tenant.
rootIngestionIdstring uuid required
ID of the root ingestion.
ingestionExecutionIdstring uuid required
Only show parent items for this ingestion batch execution.
Query parameters
pageTokenstring
An opaque token used to fetch the next page of results.
limitinteger
Maximum number of results to return in this query.
ingestionIdstring uuid required
The ID of the sync table ingestion. Enables faster lookup.
ingestionStatus'QUEUED' | 'STARTED' | 'CANCELLED' | 'UP_FOR_RETRY' | 'COMPLETED' | 'FAILED'
Status of the ingestion execution.
Only show parent items with this status.
Response
list of ingestion parent items.
Example response
{
"nextPageToken": "eyJsaW1pd"
}