Skip to main content
GET
List prediction proposals

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).

Query Parameters

groupId
string
required
status
enum<string>

Filter by status (invalid values 400). PENDING and FAILED proposals are only ever returned to their creator; the default (no filter) feed hides FAILED entirely and shows PENDING only to its creator.

Available options:
PENDING,
ACTIVE,
CLOSED,
RESOLVED,
FAILED

Response

Proposals with the caller's position.

data
object[]