Skip to main content

Get Boundary Summary

GET 

/v4/boundaries/:id/summary

Get a summary for a given boundary.

Request

Path Parameters

    id stringrequired

    The LiveBy Boundary ID obtained from the /v4/boundaries endpoint.

Query Parameters

    promptStyle stringrequired

    The style of the prompt used to generate the boundary summary.

    createIfMissing booleanrequired

    If a summary does not already exist and this parameter is true, a new summary will be created using a LLM.

    rebuild booleanrequired

    If a summary does exist, ignore it and generate a new one using a LLM.

    userId numberrequired

    ID of the user that the summary is for.

Responses

Schema

    success booleanrequired

    data

    object

    Boundary stringrequired

    The unique identifier for the boundary.

    Description objectrequired

    The description of the boundary.

    Expires At object

    The expiration date of the description.

    Deleted At object

    The deletion date of the boundary.

Loading...