ZITADEL Docs
APIsCore ResourcesV1Instance Objects

ListMilestones

POST
/milestones/_search

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/milestones/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "2023-01-15T01:30:15.01Z"
  },
  "result": [
    {
      "type": "MILESTONE_TYPE_UNSPECIFIED",
      "reachedDate": "2023-01-15T01:30:15.01Z"
    }
  ]
}

Was this page helpful?