{ "info": { "_postman_id": "9432122e-db25-4241-9646-9935fcb0cf8f", "name": "Split Admin Large Segments API", "description": "The Split Admin API is a REST API that enables programmatic management of workspaces (projects), environments, traffic types, attributes, users, groups, API keys, and change requests within the Split platform (now Harness Feature Management and Experimentation). The API uses resource-oriented URLs, returns JSON responses, and requires Admin API keys for authentication. All endpoints are prefixed with /internal/api/v2 on the api.split.io host.\n\nContact Support:\n Name: Split Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:00:32.000Z", "updatedAt": "2026-07-28T03:00:32.000Z", "lastUpdatedBy": "35240", "uid": "35240-9432122e-db25-4241-9646-9935fcb0cf8f" }, "item": [ { "name": "large-segments", "item": [ { "name": "ws", "item": [ { "name": "{workspaceId}", "item": [ { "name": "environments", "item": [ { "name": "{environmentId}", "item": [ { "name": "List large segments in environment", "id": "6d5e793c-d074-4bfe-b6ea-c23ca0bcd756", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/large-segments/ws/:workspaceId/environments/:environmentId?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "large-segments", "ws", ":workspaceId", "environments", ":environmentId" ], "query": [ { "description": "Maximum number of results to return per page", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "id": "2dab69a7-37c2-4bcc-aa7c-34fa81ba40b2", "key": "workspaceId", "value": "", "description": "(Required) The unique identifier of the workspace" }, { "id": "60032373-feb8-4d5e-9b61-bdeb1dcfe447", "key": "environmentId", "value": "", "description": "(Required) The unique identifier or name of the environment" } ] }, "description": "Retrieves all large segments configured in the specified environment within the given workspace." }, "response": [ { "id": "d59761ba-9065-42d5-abca-952255576042", "name": "Successful response containing list of large segments", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/large-segments/ws/:workspaceId/environments/:environmentId?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "large-segments", "ws", ":workspaceId", "environments", ":environmentId" ], "query": [ { "description": "Maximum number of results to return per page", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "workspaceId" }, { "key": "environmentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"objects\": [\n {\n \"name\": \"\",\n \"description\": \"\",\n \"trafficType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creationTime\": \"\"\n },\n {\n \"name\": \"\",\n \"description\": \"\",\n \"trafficType\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creationTime\": \"\"\n }\n ],\n \"offset\": \"\",\n \"limit\": \"\",\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T03:00:33.000Z", "updatedAt": "2026-07-28T03:00:33.000Z", "uid": "35240-d59761ba-9065-42d5-abca-952255576042" }, { "id": "d73eda34-3f34-4996-8141-ab83e933653a", "name": "Unauthorized - invalid or missing API key", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/large-segments/ws/:workspaceId/environments/:environmentId?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "large-segments", "ws", ":workspaceId", "environments", ":environmentId" ], "query": [ { "description": "Maximum number of results to return per page", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "workspaceId" }, { "key": "environmentId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:33.000Z", "updatedAt": "2026-07-28T03:00:33.000Z", "uid": "35240-d73eda34-3f34-4996-8141-ab83e933653a" }, { "id": "2492ebfd-91db-489e-b1df-d02ad5776427", "name": "Workspace or environment not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/large-segments/ws/:workspaceId/environments/:environmentId?limit=20&offset=0", "host": [ "{{baseUrl}}" ], "path": [ "large-segments", "ws", ":workspaceId", "environments", ":environmentId" ], "query": [ { "description": "Maximum number of results to return per page", "key": "limit", "value": "20" }, { "description": "Number of results to skip for pagination", "key": "offset", "value": "0" } ], "variable": [ { "key": "workspaceId" }, { "key": "environmentId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:00:33.000Z", "updatedAt": "2026-07-28T03:00:33.000Z", "uid": "35240-2492ebfd-91db-489e-b1df-d02ad5776427" } ], "createdAt": "2026-07-28T03:00:33.000Z", "updatedAt": "2026-07-28T03:00:33.000Z", "uid": "35240-6d5e793c-d074-4bfe-b6ea-c23ca0bcd756" } ], "id": "7eaa053b-028d-46e4-af31-71fafbd009bf", "createdAt": "2026-07-28T03:00:32.000Z", "updatedAt": "2026-07-28T03:00:32.000Z", "uid": "35240-7eaa053b-028d-46e4-af31-71fafbd009bf" } ], "id": "61843a42-c78b-4d55-99db-728c497633df", "createdAt": "2026-07-28T03:00:32.000Z", "updatedAt": "2026-07-28T03:00:32.000Z", "uid": "35240-61843a42-c78b-4d55-99db-728c497633df" } ], "id": "dfcdc94d-11c6-4469-80e9-bbae34c18986", "createdAt": "2026-07-28T03:00:32.000Z", "updatedAt": "2026-07-28T03:00:32.000Z", "uid": "35240-dfcdc94d-11c6-4469-80e9-bbae34c18986" } ], "id": "c9e4d82c-5bff-4f78-9d8e-27ee9a214637", "createdAt": "2026-07-28T03:00:32.000Z", "updatedAt": "2026-07-28T03:00:32.000Z", "uid": "35240-c9e4d82c-5bff-4f78-9d8e-27ee9a214637" } ], "id": "81468540-4751-4d37-ae6d-d9d41dbc8e6c", "createdAt": "2026-07-28T03:00:32.000Z", "updatedAt": "2026-07-28T03:00:32.000Z", "uid": "35240-81468540-4751-4d37-ae6d-d9d41dbc8e6c" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.split.io/internal/api/v2" } ] }