[Not Implemented] Get job status

View as MarkdownOpen in Claude

Status: Not Implemented

Poll the status of an async job (e.g. create order, submit menu). Returns full job details including retry attempts, logs, and result when completed.

Authentication

X-Api-Keystring
API Key authentication via header

Path parameters

jobIdstringRequired
Job identifier returned from an async operation

Headers

X-Tenant-IDstringOptional
Tenant identifier

Response

OK
jobIdstring
typestring
statusstring
posTypestring
tenantIdstring
storeIdstring
totalAttemptsinteger
maxAttemptsinteger
attemptslist of objects
resultobject
errorstring
submittedAtdatetime
completedAtdatetime

Errors

404
Not Found Error