List Proposals
Proposals
List Proposals
Retrieve all proposals for the authenticated user, sorted by most recent first.
GET
List Proposals
Authentication
This endpoint requires authentication via Bearer token.Response
Array of proposal objects belonging to the authenticated user.
Example Request
cURL
Response Example
Notes
- Sorting: Proposals are returned in reverse chronological order (most recent first) based on the
created_attimestamp. - User Filtering: Only proposals belonging to the authenticated user are returned.
- DynamoDB Keys: Internal DynamoDB keys (
PK,SK,GSI1PK,GSI1SK) are filtered out from the response. - Status Values: Common status values include
"draft","submitted","completed", and"archived".