Authentication
Requires a valid Bearer token. Requires an active GitHub connection and a linked repository.Path Parameters
Project ID (UUID).
Response
Returns200 OK when the import completes successfully.
This endpoint has a 5-minute timeout for large repositories.
Errors
| Status | Description |
|---|---|
400 | Bad Request — no GitHub repository linked to this project |
401 | Unauthorized — missing or invalid token |
403 | Forbidden — no GitHub App installation connected |
404 | Not Found — project does not exist or you do not have access |
504 | Gateway Timeout — import took longer than 5 minutes |