List AI Builder Content for a Proposal
GET /public/proposals//ai/content — Returns all AI Builder content items attached to a proposal, including processing status and metadata.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
application/json Path Parameters
Unique identifier of the proposal whose AI Builder content items should be retrieved. Must be a proposal owned by the authenticated account.
Response
Success
PublicAiProposalContentListResponse
List of AI Builder content items attached to the proposal, ordered by CreatedDate ascending. Empty if no content has been uploaded.