FAQ
Question | Answer |
|---|---|
Can an upload proceed while an export is running? | Yes. Upload blocking applies to a running IMPORT process, not a running EXPORT process. |
Can two imports run at the same time for the same conversation? | No. A second import request returns 409 PROCESS_RUNNING while an import is running. |
Where do I check the import or export status? | Use /labs/v1/reqif/{id}/IMPORT/status for imports or /labs/v1/reqif/{id}/EXPORT/status for exports. |
What is the final step for an export? | After the export completes successfully, call GET /labs/v1/reqif/{id}/download-file. |