Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl "https://nest.feather.mupeni.dev/v1/projects/proj_01hx.../proposals?status=pending" \ -H "Authorization: Bearer <server_key>"
{ "items": [ { "id": "prop_01hx...", "flagId": "flag_01hx...", "environmentId": "env_01hx...", "status": "pending", "proposedConfig": { ... }, "createdBy": "key_01hx...", "createdAt": "2024-04-10T14:00:00.000Z", "reviewedBy": null, "reviewedAt": null, "reviewNote": null } ], "nextCursor": null, "hasMore": false }
Returns all proposals across all environments and flags in a project.