Skip to main content
GET
List proposals
The response contains proposals, total, and hasMore. Proposals are sorted by creation time, newest first. limit defaults to 20 and is capped at 100; use positive limits and a nonnegative skip. Listing is scoped to the authenticated user. Entries include _id, proposalName, proposalContent, timestamps, and optional file metadata. Use _id as proposalId in other proposal requests.

Authorizations

Authorization
string
header
required

Use a pre.dev API key from https://pre.dev/projects/key.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
skip
integer
default:0
Required range: x >= 0

Response

Paginated proposals.

proposals
object[]
required
total
integer
required
hasMore
boolean
required