marie-ai
marie-ai copied to clipboard
Implement status endpoint
Status endpoint The server can return the following HTTP status codes:
200 – successful method call 4xx – incorrect parameters of the method 5xx – an error on the server-side The body of the response contains JSON payload
Status Description
- Submitted - The task has been registered in the system but has not yet been passed for processing.
- Queued - The task has been placed in the processing queue and is waiting to be processed.
- Inprogress - The task is being processed.
- Completed - The task has been processed successfully.
- Failed - The task has not been processed because an error occurred.
- Deleted - The task has been deleted.