Skip to main content
GET
/
api
/
v1
/
proposals
List consolidation proposals (bounded)
curl --request GET \
  --url https://3ngram-server-production.up.railway.app/api/v1/proposals \
  --header 'X-API-Key: <api-key>'
{
  "count": 4503599627370495,
  "proposals": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "decidedAt": "2023-11-07T05:31:56Z",
      "fromId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "rationale": "<string>",
      "similarity": 123,
      "toId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

status
enum<string>
Available options:
proposed,
applied,
rejected
limit
integer
default:25
Required range: 1 <= x <= 100

Response

200 - application/json

Success

count
integer
required
Required range: 0 <= x <= 9007199254740991
proposals
object[]
required