GET
/
api
/
admin
/
segments
/
manual-segment
/
status
curl --request GET \
  --url http://localhost:3001/api/admin/segments/manual-segment/status
{
  "lastComputedAt": "<string>"
}

Query Parameters

workspaceId
string
required
segmentId
string
required

Response

200 - application/json

Default Response

The response is of type object.