Skip to main content
Retrieves detailed information about a specific segment.

Methods

Get

Retrieves a segment using the default background context.

GetWithContext

Retrieves a segment with a custom context for cancellation and timeout control.

Parameters

string
required
The unique identifier of the segment to retrieve.

Response

string
The unique identifier for the segment.
string
The name of the segment.
string
The object type, always segment.
string
ISO 8601 timestamp of when the segment was created.

Example