Submission Status Reference
Submission Status Tracking
Section titled “Submission Status Tracking”Track listing workflow with step-by-step status and completion times using the status tracking system.
Status Response Structure
Section titled “Status Response Structure”The SubmissionStatusResponse provides detailed progress tracking with current step, completion flag, timestamps, and error details:
interface SubmissionStatusResponse { submissionId: string; step: string; completed: boolean; createdAt: string; completedAt?: string; error?: string;}Workflow Steps
Section titled “Workflow Steps”Submissions progress through multiple verification and registration steps. Monitor each phase to understand where your submission currently stands in the verification pipeline.
Error Handling
Section titled “Error Handling”When errors occur, the status response includes detailed error information to help diagnose and resolve issues with your submission.