GET /api/open/v1/projects/:projectId — retrieves the current state of a single project. Use for polling readiness after creation before submitting jobs.
Fetch the current state of a single API project by its ID. This is the primary endpoint for polling a project after creation — call it repeatedly until status transitions to ready before submitting jobs.
When polling after project creation, use an interval of 10 seconds and a maximum wait of 5 minutes. Once status is "ready" you can immediately proceed to create jobs — no additional delay is needed.