List file segments
File Segments
List File Segments
List all segments for a specific file
GET
List file segments
Documentation Index
Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the file
Query Parameters
Filter segments by start time
Required range:
x >= 0Filter segments by end time
Required range:
x >= 0Filter segments with duration greater than or equal to this value (in seconds)
Required range:
x >= 0Filter segments with duration less than or equal to this value (in seconds). Must be greater than or equal to min_duration when both are provided.
Required range:
x >= 0Number of segments to return
Required range:
1 <= x <= 100Offset from the start of the list
Required range:
x >= 0