List Milestones that belong to the specified Engagement
Path parameters
The UUID of the Engagement to retrieve Milestones for
Query parameters
An optional association to an Engagement lifecycle phase. It does not change the Engagement's current status or determine Milestone completion.
Filter by the optional Engagement lifecycle phase associated with each Milestone. This is not the Engagement's current status and does not determine Milestone completion.
Filter Milestones by client visibility.
Filter by completion state. A completed Milestone has a non-null completed_at value.
Field used to sort Milestones. Results are sorted by creation time unless sequence is requested.
Sort order for paginated results. Use desc to reverse the default ascending order.
Response
The visible Milestones for the Engagement
Example response
{
"data": [
{
"uuid": "4d50d252-be0c-4d69-b77a-5bbdfef83f54",
"engagement_uuid": "821e8d9e-d2a8-480f-9187-5a685d3d0d71",
"name": "Planning complete",
"sequence": 2,
"due_date": "2026-03-15",
"completed_at": "2026-03-10T12:30:00.000Z",
"completed_by_user_uuid": "6b242248-e2b9-4d41-8986-11b710860048",
"owner_user_uuid": "ee196968-2a7a-48e9-97f9-d12f26a8ff94",
"client_can_view": true,
"created_at": "2026-02-01T12:30:00.000Z",
"updated_at": "2026-03-10T12:30:00.000Z",
"_links": {
"self": {
"href": "https://example.com/resource/or/path",
"title": "A description for the link",
"type": "text/html"
},
"collection": {
"href": "https://example.com/resource/or/path",
"title": "A description for the link",
"type": "text/html"
},
"engagement": {
"href": "https://example.com/resource/or/path",
"title": "A description for the link",
"type": "text/html"
},
"fieldguide": {
"href": "https://example.com/resource/or/path",
"title": "A description for the link",
"type": "text/html"
}
}
}
],
"_links": {
"self": {
"href": "https://api.fieldguide.io/v1/example?page=2&per_page=50"
},
"first": {
"href": "https://api.fieldguide.io/v1/example?page=1&per_page=50"
},
"last": {
"href": "https://api.fieldguide.io/v1/example?page=10&per_page=50"
},
"previous": {
"href": "https://api.fieldguide.io/v1/example?page=1&per_page=50"
},
"next": {
"href": "https://api.fieldguide.io/v1/example?page=3&per_page=50"
}
}
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.