Deprecated
/projectsDeprecated: use GET /org/projects instead. This route will be removed on 2026-11-24.
List projects for the authenticated organization.
Authorization
bearerAuth In: header
Query Parameters
Maximum number of results to return
value <= 10020Number of results to skip
0Case-insensitive substring match against project name
Exact-match filter on project name using the database collation. In production, matching is case- and accent-insensitive.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/projects"[ { "id": "string", "name": "string", "status": "active", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }]{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}Stream invocation events via SSE GET
Establishes a Server-Sent Events (SSE) stream that delivers real-time logs and status updates for an invocation. The stream terminates automatically once the invocation reaches a terminal state.
Create a project POST
Deprecated: use `POST /org/projects` instead. This route will be removed on 2026-11-24. Create a new project within the authenticated organization.