## List **get** `/v1/telemetry/traces` Get OpenTelemetry traces within a specified time window with flexible pagination options: Pass in only the end time to paginate backwards from there. Pass in a start time to paginate backwards from now until the start time. Pass in both to get resources within the time window. Filter additionally by branch_ids or file_id. ### Returns - **data:** `array of object` - **attributes:** `array of object` - **key:** `string` - **value:** `object` - **arrayValue:** `unknown` - **boolValue:** `boolean` - **bytesValue:** `string` - **doubleValue:** `number` - **intValue:** `string` - **kvlistValue:** `unknown` - **stringValue:** `string` - **endTimeUnixNano:** `string` - **name:** `string` - **startTimeUnixNano:** `string` - **status:** `object` - **code:** `number` - **message:** `string` - **traceId:** `string` - **links:** `PaginationLinks` Links to use for pagination