lokalise_get_queued_process
Check the status and details of an asynchronous process (upload, download, etc.) by providing the project and process IDs. Retrieve progress logs and diagnose failures.
Instructions
Gets detailed status and information about a specific async process (upload, download, etc.). Required: projectId, processId. Use to check process completion, diagnose failures, or get detailed progress information. Returns: Complete process details with logs and status history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID containing the process | |
| processId | Yes | Process ID to get details for (unique string identifier) |