Returns the current status and record counts for a batch you submitted.
Use this to check whether your records have finished processing.
| Status | Meaning |
|---|---|
LANDING | Your data is being saved |
LANDED | Your data is saved and waiting to be processed |
PROCESSING | Your records are being analyzed |
COMPLETE | All records have been processed |
FAILED | Something went wrong (check errors for details) |
Documentation Index
Fetch the complete documentation index at: https://docs.evermuse.com/llms.txt
Use this file to discover all available pages before exploring further.
Your API key, sent as the x-api-key header.
Create one in Settings > API Keys with api:write permission.
Format: em_sk_...
The batch ID returned when you sent your records.
128Batch status retrieved successfully.
Unique identifier for this batch.
128Current processing status of the batch. See the batch lifecycle table in the endpoint description.
LANDING, LANDED, PROCESSING, COMPLETE, FAILED When the batch was created, as Unix epoch milliseconds.
1709282096000
Number of records that passed validation.
x >= 0Number of records that failed validation.
x >= 0Total number of validation errors across rejected records.
x >= 0Up to 20 validation errors for quick inspection.
20Where the records in this batch came from.
The record type for this batch.
Total number of attachments to be downloaded (shown when the batch includes file attachments).
x >= 0Number of attachments successfully downloaded.
x >= 0Number of attachments that failed to download.
x >= 0Overall download status for the batch's attachments. Only shown when the batch includes file attachments.
PENDING, IN_PROGRESS, COMPLETE, PARTIAL_FAILURE, FAILED