LaraCopilot
LaraCopilot
API ReferenceEndpointsAgent

Get project status

Returns the current status, generated app URL, and project metadata. Returns standard JSON (not SSE) and is safe to poll.

GET
/agent/project/{projectId}
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

application/json

curl -X GET "https://builder.laracopilot.com/api/v1/agent/project/string"
{
  "status": true,
  "project_id": "string",
  "app_url": "string",
  "project_status": "string",
  "name": "string"
}
{
  "status": true,
  "message": "Project not found."
}