A
GetEdiscoveryExportStatus
AirtableApi.GetEdiscoveryExportStatus
Description
Retrieve the status and result of an eDiscovery export.
Use this tool to check the status and obtain results of an eDiscovery export for a specific enterprise account.
Input Parameters
{
"parameters": [
{
"name": "enterprise_account_id",
"required": true,
"inferrable": true,
"description": "The ID of the enterprise account for which to retrieve the eDiscovery export status and results.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "enterprise_task_id",
"required": true,
"inferrable": true,
"description": "The unique identifier for the eDiscovery export task. Required to check the status and get results.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'get-ediscovery-export'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}