For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get segment

Gets a single segment by its identifier.

get
Path parameters
idstringRequired

The segment identifier.

Query parameters
selectstringOptional

Optional select expression.

Responses
200

OK

application/json
idstringOptional
namestringOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
get/public/v1/public-catalog/segments/{id}

Last updated

Was this helpful?