{ "info": { "_postman_id": "bcdd380e-e589-419b-8d36-7616540f6f6c", "name": "Shortcut Categories Search API", "description": "Shortcut API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:54:20.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "lastUpdatedBy": "35240", "uid": "35240-bcdd380e-e589-419b-8d36-7616540f6f6c" }, "item": [ { "name": "api", "item": [ { "name": "v3", "item": [ { "name": "search", "item": [ { "name": "documents", "item": [ { "name": "Search Documents", "id": "2a9db4f7-37af-4648-8b08-17ba18a953b7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/documents?title=&archived=&created_by_me=&followed_by_me=&page_size=&next=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "documents" ], "query": [ { "description": "(Required) Search text to match against document titles. Supports fuzzy matching. Required.", "key": "title", "value": "" }, { "description": "When true, find archived documents. When false, find non-archived documents.", "key": "archived", "value": "" }, { "description": "When true, find documents created by the current user. When false, find documents NOT created by current user.", "key": "created_by_me", "value": "" }, { "description": "When true, find documents that the current user is following. When false, find documents NOT followed.", "key": "followed_by_me", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The next page token.", "key": "next", "value": "" } ] }, "description": "Search Documents lets you search Documents based on desired parameters.\n Supports structured filters: title, archived, created_by_me, followed_by_me." }, "response": [ { "id": "ef457a54-7ee6-4969-ae5f-c177884ec9d4", "name": "Resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/documents?title=&archived=&created_by_me=&followed_by_me=&page_size=&next=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "documents" ], "query": [ { "description": "(Required) Search text to match against document titles. Supports fuzzy matching. Required.", "key": "title", "value": "" }, { "description": "When true, find archived documents. When false, find non-archived documents.", "key": "archived", "value": "" }, { "description": "When true, find documents created by the current user. When false, find documents NOT created by current user.", "key": "created_by_me", "value": "" }, { "description": "When true, find documents that the current user is following. When false, find documents NOT followed.", "key": "followed_by_me", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The next page token.", "key": "next", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"app_url\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"app_url\": \"\"\n }\n ],\n \"next\": \"\"\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-ef457a54-7ee6-4969-ae5f-c177884ec9d4" }, { "id": "0512495f-6327-4edb-bd25-a8903ea0106d", "name": "**Either:** (1) Schema mismatch **or** (2) Maximum of 1000 search results exceeded ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/documents?title=&archived=&created_by_me=&followed_by_me=&page_size=&next=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "documents" ], "query": [ { "description": "(Required) Search text to match against document titles. Supports fuzzy matching. Required.", "key": "title", "value": "" }, { "description": "When true, find archived documents. When false, find non-archived documents.", "key": "archived", "value": "" }, { "description": "When true, find documents created by the current user. When false, find documents NOT created by current user.", "key": "created_by_me", "value": "" }, { "description": "When true, find documents that the current user is following. When false, find documents NOT followed.", "key": "followed_by_me", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The next page token.", "key": "next", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"maximum-results-exceeded\",\n \"message\": \"\",\n \"maximum-results\": 1000\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-0512495f-6327-4edb-bd25-a8903ea0106d" }, { "id": "b0da71ef-a868-4328-b7a1-de90cee425d5", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/documents?title=&archived=&created_by_me=&followed_by_me=&page_size=&next=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "documents" ], "query": [ { "description": "(Required) Search text to match against document titles. Supports fuzzy matching. Required.", "key": "title", "value": "" }, { "description": "When true, find archived documents. When false, find non-archived documents.", "key": "archived", "value": "" }, { "description": "When true, find documents created by the current user. When false, find documents NOT created by current user.", "key": "created_by_me", "value": "" }, { "description": "When true, find documents that the current user is following. When false, find documents NOT followed.", "key": "followed_by_me", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The next page token.", "key": "next", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"feature_tag\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-b0da71ef-a868-4328-b7a1-de90cee425d5" }, { "id": "e8950aac-1c9e-4c63-9081-f69a728c4a87", "name": "Resource does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/documents?title=&archived=&created_by_me=&followed_by_me=&page_size=&next=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "documents" ], "query": [ { "description": "(Required) Search text to match against document titles. Supports fuzzy matching. Required.", "key": "title", "value": "" }, { "description": "When true, find archived documents. When false, find non-archived documents.", "key": "archived", "value": "" }, { "description": "When true, find documents created by the current user. When false, find documents NOT created by current user.", "key": "created_by_me", "value": "" }, { "description": "When true, find documents that the current user is following. When false, find documents NOT followed.", "key": "followed_by_me", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The next page token.", "key": "next", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-e8950aac-1c9e-4c63-9081-f69a728c4a87" }, { "id": "0f74fc31-198b-4b67-953a-6e0db9a69d1c", "name": "Unprocessable", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/documents?title=&archived=&created_by_me=&followed_by_me=&page_size=&next=", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "documents" ], "query": [ { "description": "(Required) Search text to match against document titles. Supports fuzzy matching. Required.", "key": "title", "value": "" }, { "description": "When true, find archived documents. When false, find non-archived documents.", "key": "archived", "value": "" }, { "description": "When true, find documents created by the current user. When false, find documents NOT created by current user.", "key": "created_by_me", "value": "" }, { "description": "When true, find documents that the current user is following. When false, find documents NOT followed.", "key": "followed_by_me", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The next page token.", "key": "next", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-0f74fc31-198b-4b67-953a-6e0db9a69d1c" } ], "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-2a9db4f7-37af-4648-8b08-17ba18a953b7" } ], "id": "78ea35cf-2863-4ef7-8180-33576d5c283d", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-78ea35cf-2863-4ef7-8180-33576d5c283d" }, { "name": "epics", "item": [ { "name": "Search Epics", "id": "55211d7b-eeb1-43db-aa63-0e633d018b26", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/epics?query=&page_size=&detail=full&next=&entity_types=milestone&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "epics" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "milestone" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] }, "description": "Search Epics lets you search Epics based on desired parameters. Since ordering of stories can change over time (due to search ranking decay, new Epics being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering." }, "response": [ { "id": "67e81481-1c99-4664-b04d-9b2476a79a71", "name": "Resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/epics?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "epics" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#6FDFc6\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#e5D9A7\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"associated_groups\": [\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n },\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n }\n ],\n \"project_ids\": [\n \"\",\n \"\"\n ],\n \"stories_without_projects\": \"\",\n \"completed_at_override\": \"\",\n \"productboard_plugin_id\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"objective_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"productboard_url\": \"\",\n \"planned_start_date\": \"\",\n \"state\": \"\",\n \"milestone_id\": \"\",\n \"requested_by_id\": \"\",\n \"epic_state_id\": \"\",\n \"label_ids\": [\n \"\",\n \"\"\n ],\n \"started_at_override\": \"\",\n \"group_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"productboard_id\": \"\",\n \"follower_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"productboard_name\": \"\",\n \"deadline\": \"\",\n \"stats\": {\n \"num_points_done\": \"\",\n \"num_related_documents\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"last_story_update\": \"\",\n \"num_points_started\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_started\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_backlog\": \"\",\n \"num_points\": \"\",\n \"num_stories_done\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"comments\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"comments\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n },\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"comments\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n }\n ],\n \"health\": {\n \"entity_type\": \"\",\n \"status\": \"Off Track\",\n \"id\": \"\",\n \"author_id\": \"\",\n \"epic_id\": \"\",\n \"objective_id\": \"\",\n \"updated_at\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n }\n },\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#eeECcf\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#90f899\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"associated_groups\": [\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n },\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n }\n ],\n \"project_ids\": [\n \"\",\n \"\"\n ],\n \"stories_without_projects\": \"\",\n \"completed_at_override\": \"\",\n \"productboard_plugin_id\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"objective_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"productboard_url\": \"\",\n \"planned_start_date\": \"\",\n \"state\": \"\",\n \"milestone_id\": \"\",\n \"requested_by_id\": \"\",\n \"epic_state_id\": \"\",\n \"label_ids\": [\n \"\",\n \"\"\n ],\n \"started_at_override\": \"\",\n \"group_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"productboard_id\": \"\",\n \"follower_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"productboard_name\": \"\",\n \"deadline\": \"\",\n \"stats\": {\n \"num_points_done\": \"\",\n \"num_related_documents\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"last_story_update\": \"\",\n \"num_points_started\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_started\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_backlog\": \"\",\n \"num_points\": \"\",\n \"num_stories_done\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"comments\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"comments\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n },\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"comments\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n }\n ],\n \"health\": {\n \"entity_type\": \"\",\n \"status\": \"At Risk\",\n \"id\": \"\",\n \"author_id\": \"\",\n \"epic_id\": \"\",\n \"objective_id\": \"\",\n \"updated_at\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n }\n }\n ],\n \"next\": \"\"\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-67e81481-1c99-4664-b04d-9b2476a79a71" }, { "id": "babcd5ef-43bc-4542-ad6e-b16268781c77", "name": "**Either:** (1) Schema mismatch **or** (2) Maximum of 1000 search results exceeded ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/epics?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "epics" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"maximum-results-exceeded\",\n \"message\": \"\",\n \"maximum-results\": 1000\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-babcd5ef-43bc-4542-ad6e-b16268781c77" }, { "id": "63433c89-43ac-447e-b4b9-2234e61075fe", "name": "Resource does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/epics?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "epics" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-63433c89-43ac-447e-b4b9-2234e61075fe" }, { "id": "f2a01801-04e7-43bc-91c6-e5644ac0d380", "name": "Unprocessable", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/epics?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "epics" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-f2a01801-04e7-43bc-91c6-e5644ac0d380" } ], "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-55211d7b-eeb1-43db-aa63-0e633d018b26" } ], "id": "01b63493-c693-4dcc-a4ea-d434765b91c9", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-01b63493-c693-4dcc-a4ea-d434765b91c9" }, { "name": "iterations", "item": [ { "name": "Search Iterations", "id": "192212d8-78dd-45be-a6cb-b06d645a8297", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/iterations?query=&page_size=&detail=full&next=&entity_types=milestone&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "iterations" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "milestone" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] }, "description": "Search Iterations lets you search Iterations based on desired parameters. Since ordering of results can change over time (due to search ranking decay, new Iterations being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering." }, "response": [ { "id": "a4e711ec-e1e4-41c1-8411-9b21f5c4fb2d", "name": "Resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/iterations?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "iterations" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#caB0e9\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"num_epics\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"num_epics_unstarted\": \"\",\n \"num_epics_in_progress\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_points_in_progress\": \"\",\n \"num_epics_total\": \"\",\n \"num_stories_completed\": \"\",\n \"num_points_completed\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_total\": \"\",\n \"num_stories_in_progress\": \"\",\n \"num_points_backlog\": \"\",\n \"num_epics_completed\": \"\"\n }\n },\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#5AFFfe\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"num_epics\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"num_epics_unstarted\": \"\",\n \"num_epics_in_progress\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_points_in_progress\": \"\",\n \"num_epics_total\": \"\",\n \"num_stories_completed\": \"\",\n \"num_points_completed\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_total\": \"\",\n \"num_stories_in_progress\": \"\",\n \"num_points_backlog\": \"\",\n \"num_epics_completed\": \"\"\n }\n }\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"associated_groups\": [\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n },\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n }\n ],\n \"name\": \"\",\n \"global_id\": \"\",\n \"label_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"end_date\": \"\",\n \"follower_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"start_date\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"stats\": {\n \"num_points_done\": \"\",\n \"num_related_documents\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_points_started\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_started\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_backlog\": \"\",\n \"num_points\": \"\",\n \"num_stories_done\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\"\n },\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#aFE7DA\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"num_epics\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"num_epics_unstarted\": \"\",\n \"num_epics_in_progress\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_points_in_progress\": \"\",\n \"num_epics_total\": \"\",\n \"num_stories_completed\": \"\",\n \"num_points_completed\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_total\": \"\",\n \"num_stories_in_progress\": \"\",\n \"num_points_backlog\": \"\",\n \"num_epics_completed\": \"\"\n }\n },\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#4cA046\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"num_epics\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"num_epics_unstarted\": \"\",\n \"num_epics_in_progress\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_points_in_progress\": \"\",\n \"num_epics_total\": \"\",\n \"num_stories_completed\": \"\",\n \"num_points_completed\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_total\": \"\",\n \"num_stories_in_progress\": \"\",\n \"num_points_backlog\": \"\",\n \"num_epics_completed\": \"\"\n }\n }\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"associated_groups\": [\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n },\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n }\n ],\n \"name\": \"\",\n \"global_id\": \"\",\n \"label_ids\": [\n \"\",\n \"\"\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"end_date\": \"\",\n \"follower_ids\": [\n \"\",\n \"\"\n ],\n \"group_ids\": [\n \"\",\n \"\"\n ],\n \"start_date\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"stats\": {\n \"num_points_done\": \"\",\n \"num_related_documents\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_points_started\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_started\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_backlog\": \"\",\n \"num_points\": \"\",\n \"num_stories_done\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\"\n }\n ],\n \"next\": \"\"\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-a4e711ec-e1e4-41c1-8411-9b21f5c4fb2d" }, { "id": "cef428bd-c5f6-418f-8847-95006cff4ed4", "name": "**Either:** (1) Schema mismatch **or** (2) Maximum of 1000 search results exceeded ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/iterations?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "iterations" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"maximum-results-exceeded\",\n \"message\": \"\",\n \"maximum-results\": 1000\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-cef428bd-c5f6-418f-8847-95006cff4ed4" }, { "id": "cb21102c-d24a-4ed6-9378-c5407d098472", "name": "Resource does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/iterations?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "iterations" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-cb21102c-d24a-4ed6-9378-c5407d098472" }, { "id": "81d16eb9-4995-4e12-8781-8be5f0b289aa", "name": "Unprocessable", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/iterations?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "iterations" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-81d16eb9-4995-4e12-8781-8be5f0b289aa" } ], "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-192212d8-78dd-45be-a6cb-b06d645a8297" } ], "id": "70bb055a-6d50-4fde-90f2-20a791c59ebf", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-70bb055a-6d50-4fde-90f2-20a791c59ebf" }, { "name": "milestones", "item": [ { "name": "Search Milestones", "id": "79fe84bf-379b-4fae-ad08-9cda65ff414c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/milestones?query=&page_size=&detail=full&next=&entity_types=milestone&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "milestones" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "milestone" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] }, "description": "Search Milestones lets you search Milestones based on desired parameters. Since ordering of results can change over time (due to search ranking decay, new Milestones being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering." }, "response": [ { "id": "a0e9385c-73bd-4f9c-9e84-5b5a8b992789", "name": "Resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/milestones?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "milestones" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"state\": \"\",\n \"started_at_override\": \"\",\n \"updated_at\": \"\",\n \"categories\": [\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#BFb45E\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#B11dEc\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"id\": \"\",\n \"key_result_ids\": [\n \"\",\n \"\"\n ],\n \"position\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\"\n },\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"state\": \"\",\n \"started_at_override\": \"\",\n \"updated_at\": \"\",\n \"categories\": [\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#dD6BC4\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#Fdbc0D\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"id\": \"\",\n \"key_result_ids\": [\n \"\",\n \"\"\n ],\n \"position\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\"\n }\n ],\n \"next\": \"\"\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-a0e9385c-73bd-4f9c-9e84-5b5a8b992789" }, { "id": "4b15f4db-70bd-4180-ae85-7529ed88c917", "name": "**Either:** (1) Schema mismatch **or** (2) Maximum of 1000 search results exceeded ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/milestones?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "milestones" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"maximum-results-exceeded\",\n \"message\": \"\",\n \"maximum-results\": 1000\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-4b15f4db-70bd-4180-ae85-7529ed88c917" }, { "id": "1f709d60-622d-4d76-95a1-855efdb1cf2a", "name": "Resource does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/milestones?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "milestones" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-1f709d60-622d-4d76-95a1-855efdb1cf2a" }, { "id": "390e3361-47f9-41a3-999b-15ddb7515e40", "name": "Unprocessable", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/milestones?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "milestones" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-390e3361-47f9-41a3-999b-15ddb7515e40" } ], "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-79fe84bf-379b-4fae-ad08-9cda65ff414c" } ], "id": "7fad8e4e-2add-411b-953f-ae208a21c5fb", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-7fad8e4e-2add-411b-953f-ae208a21c5fb" }, { "name": "objectives", "item": [ { "name": "Search Objectives", "id": "b50d2df7-d359-4290-971b-24a41d3511b9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/objectives?query=&page_size=&detail=full&next=&entity_types=milestone&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "objectives" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "milestone" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] }, "description": "Search Objectives lets you search Objectives based on desired parameters. Since ordering of results can change over time (due to search ranking decay, new Objectives being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering." }, "response": [ { "id": "09982db1-069c-4613-9a2a-091a692ef9cb", "name": "Resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/objectives?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "objectives" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"state\": \"\",\n \"started_at_override\": \"\",\n \"updated_at\": \"\",\n \"categories\": [\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#BFb45E\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#B11dEc\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"id\": \"\",\n \"key_result_ids\": [\n \"\",\n \"\"\n ],\n \"position\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\"\n },\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"state\": \"\",\n \"started_at_override\": \"\",\n \"updated_at\": \"\",\n \"categories\": [\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#dD6BC4\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#Fdbc0D\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"id\": \"\",\n \"key_result_ids\": [\n \"\",\n \"\"\n ],\n \"position\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\"\n }\n ],\n \"next\": \"\"\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-09982db1-069c-4613-9a2a-091a692ef9cb" }, { "id": "c6095858-2949-4511-908a-c5055780c3b0", "name": "**Either:** (1) Schema mismatch **or** (2) Maximum of 1000 search results exceeded ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/objectives?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "objectives" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"maximum-results-exceeded\",\n \"message\": \"\",\n \"maximum-results\": 1000\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-c6095858-2949-4511-908a-c5055780c3b0" }, { "id": "299d842f-d542-4279-a58b-8d74903e8f08", "name": "Resource does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/objectives?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "objectives" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-299d842f-d542-4279-a58b-8d74903e8f08" }, { "id": "421d79f3-0ed3-4c6e-bfbf-659b6d634fa1", "name": "Unprocessable", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/objectives?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "objectives" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-421d79f3-0ed3-4c6e-bfbf-659b6d634fa1" } ], "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-b50d2df7-d359-4290-971b-24a41d3511b9" } ], "id": "52d9b2f4-fbc7-4efa-aabf-def8af788469", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-52d9b2f4-fbc7-4efa-aabf-def8af788469" }, { "name": "stories", "item": [ { "name": "Search Stories", "id": "1efb93d0-d44f-4140-9d59-409da7a71580", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/stories?query=&page_size=&detail=full&next=&entity_types=milestone&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "stories" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "milestone" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] }, "description": "Search Stories lets you search Stories based on desired parameters. Since ordering of stories can change over time (due to search ranking decay, new stories being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering." }, "response": [ { "id": "12ce1c80-f823-45e2-8aff-98e2911eb364", "name": "Resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/stories?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "stories" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"story_links\": [\n {\n \"entity_type\": \"\",\n \"object_id\": \"\",\n \"verb\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"subject_id\": \"\",\n \"subject_workflow_state_id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"object_id\": \"\",\n \"verb\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"subject_id\": \"\",\n \"subject_workflow_state_id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#dfe944\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#E4A2bD\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"story_type\": \"\",\n \"workflow_id\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"blocker\": \"\",\n \"epic_id\": \"\",\n \"story_template_id\": \"\",\n \"external_links\": [\n \"\",\n \"\"\n ],\n \"previous_iteration_ids\": [\n \"\",\n \"\"\n ],\n \"requested_by_id\": \"\",\n \"iteration_id\": \"\",\n \"label_ids\": [\n \"\",\n \"\"\n ],\n \"started_at_override\": \"\",\n \"group_id\": \"\",\n \"workflow_state_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"follower_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"estimate\": \"\",\n \"position\": \"\",\n \"blocked\": \"\",\n \"project_id\": \"\",\n \"deadline\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\"\n },\n \"created_at\": \"\",\n \"moved_at\": \"\",\n \"description\": \"\",\n \"task_ids\": [\n \"\",\n \"\"\n ],\n \"synced_item\": {\n \"external_id\": \"\",\n \"url\": \"\"\n },\n \"custom_fields\": [\n {\n \"field_id\": \"\",\n \"value_id\": \"\",\n \"value\": \"\"\n },\n {\n \"field_id\": \"\",\n \"value_id\": \"\",\n \"value\": \"\"\n }\n ],\n \"linked_files\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n },\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"num_tasks_completed\": \"\",\n \"comments\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"linked_to_slack\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"reactions\": [\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"created_at\": \"\",\n \"text\": \"\",\n \"blocker\": \"\",\n \"parent_id\": \"\",\n \"unblocks_parent\": \"\"\n },\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"linked_to_slack\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"reactions\": [\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"created_at\": \"\",\n \"text\": \"\",\n \"blocker\": \"\",\n \"parent_id\": \"\",\n \"unblocks_parent\": \"\"\n }\n ],\n \"branches\": [\n {\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"name\": \"\",\n \"persistent\": \"\",\n \"updated_at\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#Ff3498\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#BF255D\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#5287BA\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#41abEB\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"merged_branch_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"name\": \"\",\n \"persistent\": \"\",\n \"updated_at\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#4cD6E7\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#87Cf35\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#08d101\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#A7A4ED\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"merged_branch_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"sub_task_story_ids\": [\n \"\",\n \"\"\n ],\n \"tasks\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"complete\": \"\",\n \"created_at\": \"\"\n },\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"complete\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"formatted_vcs_branch_name\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#dFEec4\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#fDe1D3\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#be29fD\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#9c3c60\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"lead_time\": \"\",\n \"parent_story_id\": \"\",\n \"commits\": [\n {\n \"entity_type\": \"\",\n \"author_id\": \"\",\n \"hash\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"author_email\": \"\",\n \"timestamp\": \"\",\n \"author_identity\": {\n \"entity_type\": \"\",\n \"name\": \"\",\n \"type\": \"slack\"\n },\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"message\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"author_id\": \"\",\n \"hash\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"author_email\": \"\",\n \"timestamp\": \"\",\n \"author_identity\": {\n \"entity_type\": \"\",\n \"name\": \"\",\n \"type\": \"github\"\n },\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"message\": \"\"\n }\n ],\n \"files\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"filename\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n },\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"filename\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"linked_file_ids\": [\n \"\",\n \"\"\n ],\n \"comment_ids\": [\n \"\",\n \"\"\n ],\n \"cycle_time\": \"\"\n },\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"story_links\": [\n {\n \"entity_type\": \"\",\n \"object_id\": \"\",\n \"verb\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"subject_id\": \"\",\n \"subject_workflow_state_id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"object_id\": \"\",\n \"verb\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"subject_id\": \"\",\n \"subject_workflow_state_id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#a456cb\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#c1Bd90\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"story_type\": \"\",\n \"workflow_id\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"blocker\": \"\",\n \"epic_id\": \"\",\n \"story_template_id\": \"\",\n \"external_links\": [\n \"\",\n \"\"\n ],\n \"previous_iteration_ids\": [\n \"\",\n \"\"\n ],\n \"requested_by_id\": \"\",\n \"iteration_id\": \"\",\n \"label_ids\": [\n \"\",\n \"\"\n ],\n \"started_at_override\": \"\",\n \"group_id\": \"\",\n \"workflow_state_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"follower_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"estimate\": \"\",\n \"position\": \"\",\n \"blocked\": \"\",\n \"project_id\": \"\",\n \"deadline\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\"\n },\n \"created_at\": \"\",\n \"moved_at\": \"\",\n \"description\": \"\",\n \"task_ids\": [\n \"\",\n \"\"\n ],\n \"synced_item\": {\n \"external_id\": \"\",\n \"url\": \"\"\n },\n \"custom_fields\": [\n {\n \"field_id\": \"\",\n \"value_id\": \"\",\n \"value\": \"\"\n },\n {\n \"field_id\": \"\",\n \"value_id\": \"\",\n \"value\": \"\"\n }\n ],\n \"linked_files\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n },\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"file_ids\": [\n \"\",\n \"\"\n ],\n \"num_tasks_completed\": \"\",\n \"comments\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"linked_to_slack\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"reactions\": [\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"created_at\": \"\",\n \"text\": \"\",\n \"blocker\": \"\",\n \"parent_id\": \"\",\n \"unblocks_parent\": \"\"\n },\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"linked_to_slack\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"reactions\": [\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n },\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"created_at\": \"\",\n \"text\": \"\",\n \"blocker\": \"\",\n \"parent_id\": \"\",\n \"unblocks_parent\": \"\"\n }\n ],\n \"branches\": [\n {\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"name\": \"\",\n \"persistent\": \"\",\n \"updated_at\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#8E48Ce\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#7c32eC\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#8108b9\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#52B6BF\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"merged_branch_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"name\": \"\",\n \"persistent\": \"\",\n \"updated_at\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#8C0016\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#4CbAcE\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#4e7E7d\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#Bdead2\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"merged_branch_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"sub_task_story_ids\": [\n \"\",\n \"\"\n ],\n \"tasks\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"complete\": \"\",\n \"created_at\": \"\"\n },\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"completed_at\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"owner_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"complete\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"formatted_vcs_branch_name\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#D28FDb\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#da490a\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\",\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#0ace5E\",\n \"name\": \"\",\n \"description\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#Dd2d9a\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"lead_time\": \"\",\n \"parent_story_id\": \"\",\n \"commits\": [\n {\n \"entity_type\": \"\",\n \"author_id\": \"\",\n \"hash\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"author_email\": \"\",\n \"timestamp\": \"\",\n \"author_identity\": {\n \"entity_type\": \"\",\n \"name\": \"\",\n \"type\": \"github\"\n },\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"message\": \"\"\n },\n {\n \"entity_type\": \"\",\n \"author_id\": \"\",\n \"hash\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"author_email\": \"\",\n \"timestamp\": \"\",\n \"author_identity\": {\n \"entity_type\": \"\",\n \"name\": \"\",\n \"type\": \"bitbucket\"\n },\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"message\": \"\"\n }\n ],\n \"files\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"filename\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n },\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\",\n \"\"\n ],\n \"mention_ids\": [\n \"\",\n \"\"\n ],\n \"member_mention_ids\": [\n \"\",\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"filename\": \"\",\n \"group_mention_ids\": [\n \"\",\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"linked_file_ids\": [\n \"\",\n \"\"\n ],\n \"comment_ids\": [\n \"\",\n \"\"\n ],\n \"cycle_time\": \"\"\n }\n ],\n \"next\": \"\"\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-12ce1c80-f823-45e2-8aff-98e2911eb364" }, { "id": "c7835942-4039-4c67-80d7-1a04a62bad8a", "name": "**Either:** (1) Schema mismatch **or** (2) Maximum of 1000 search results exceeded ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/stories?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "stories" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"maximum-results-exceeded\",\n \"message\": \"\",\n \"maximum-results\": 1000\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-c7835942-4039-4c67-80d7-1a04a62bad8a" }, { "id": "b73ce6c9-6621-45ec-beee-5f5d2682a19f", "name": "Resource does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/stories?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "stories" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-b73ce6c9-6621-45ec-beee-5f5d2682a19f" }, { "id": "4376600d-97a2-4339-bf45-61627c92d12e", "name": "Unprocessable", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search/stories?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search", "stories" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-4376600d-97a2-4339-bf45-61627c92d12e" } ], "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-1efb93d0-d44f-4140-9d59-409da7a71580" } ], "id": "be59d820-ed7b-4de8-86e7-9e841e772a2e", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-be59d820-ed7b-4de8-86e7-9e841e772a2e" }, { "name": "Search", "id": "52efa346-c0c0-40dc-acec-8044a07bf5c3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v3/search?query=&page_size=&detail=full&next=&entity_types=milestone&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "milestone" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] }, "description": "Search lets you search Epics and Stories based on desired parameters. Since ordering of the results can change over time (due to search ranking decay, new Epics and Stories being created), the `next` value from the previous response can be used as the path and query string for the next page to ensure stable ordering." }, "response": [ { "id": "7ff2accf-c0ec-44ae-b022-d48c111fc4ab", "name": "Resource", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"epics\": {\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#Efe813\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"mention_ids\": [\n \"\"\n ],\n \"member_mention_ids\": [\n \"\"\n ],\n \"associated_groups\": [\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n }\n ],\n \"project_ids\": [\n \"\"\n ],\n \"stories_without_projects\": \"\",\n \"completed_at_override\": \"\",\n \"productboard_plugin_id\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"objective_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"productboard_url\": \"\",\n \"planned_start_date\": \"\",\n \"state\": \"\",\n \"milestone_id\": \"\",\n \"requested_by_id\": \"\",\n \"epic_state_id\": \"\",\n \"label_ids\": [\n \"\"\n ],\n \"started_at_override\": \"\",\n \"group_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"productboard_id\": \"\",\n \"follower_ids\": [\n \"\"\n ],\n \"group_ids\": [\n \"\"\n ],\n \"owner_ids\": [\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"productboard_name\": \"\",\n \"deadline\": \"\",\n \"stats\": {\n \"num_points_done\": \"\",\n \"num_related_documents\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"last_story_update\": \"\",\n \"num_points_started\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_started\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_backlog\": \"\",\n \"num_points\": \"\",\n \"num_stories_done\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\",\n \"comments\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"mention_ids\": [\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\"\n ],\n \"comments\": [\n {\n \"value\": \"\"\n }\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n }\n ],\n \"health\": {\n \"entity_type\": \"\",\n \"status\": \"On Track\",\n \"id\": \"\",\n \"author_id\": \"\",\n \"epic_id\": \"\",\n \"objective_id\": \"\",\n \"updated_at\": \"\",\n \"created_at\": \"\",\n \"text\": \"\"\n }\n }\n ],\n \"next\": \"\"\n },\n \"stories\": {\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"story_links\": [\n {\n \"entity_type\": \"\",\n \"object_id\": \"\",\n \"verb\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"subject_id\": \"\",\n \"subject_workflow_state_id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#4F349a\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"mention_ids\": [\n \"\"\n ],\n \"member_mention_ids\": [\n \"\"\n ],\n \"story_type\": \"\",\n \"workflow_id\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"blocker\": \"\",\n \"epic_id\": \"\",\n \"story_template_id\": \"\",\n \"external_links\": [\n \"\"\n ],\n \"previous_iteration_ids\": [\n \"\"\n ],\n \"requested_by_id\": \"\",\n \"iteration_id\": \"\",\n \"label_ids\": [\n \"\"\n ],\n \"started_at_override\": \"\",\n \"group_id\": \"\",\n \"workflow_state_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"follower_ids\": [\n \"\"\n ],\n \"owner_ids\": [\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"estimate\": \"\",\n \"position\": \"\",\n \"blocked\": \"\",\n \"project_id\": \"\",\n \"deadline\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\"\n },\n \"created_at\": \"\",\n \"moved_at\": \"\",\n \"description\": \"\",\n \"task_ids\": [\n \"\"\n ],\n \"synced_item\": {\n \"external_id\": \"\",\n \"url\": \"\"\n },\n \"custom_fields\": [\n {\n \"field_id\": \"\",\n \"value_id\": \"\",\n \"value\": \"\"\n }\n ],\n \"linked_files\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\"\n ],\n \"mention_ids\": [\n \"\"\n ],\n \"member_mention_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"type\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"file_ids\": [\n \"\"\n ],\n \"num_tasks_completed\": \"\",\n \"comments\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\"\n ],\n \"author_id\": \"\",\n \"member_mention_ids\": [\n \"\"\n ],\n \"linked_to_slack\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"reactions\": [\n {\n \"emoji\": \"\",\n \"permission_ids\": [\n \"\"\n ]\n }\n ],\n \"created_at\": \"\",\n \"text\": \"\",\n \"blocker\": \"\",\n \"parent_id\": \"\",\n \"unblocks_parent\": \"\"\n }\n ],\n \"branches\": [\n {\n \"entity_type\": \"\",\n \"deleted\": \"\",\n \"name\": \"\",\n \"persistent\": \"\",\n \"updated_at\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#B8e3ff\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"merged_branch_ids\": [\n \"\"\n ],\n \"id\": \"\",\n \"url\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"sub_task_story_ids\": [\n \"\"\n ],\n \"tasks\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_id\": \"\",\n \"mention_ids\": [\n \"\"\n ],\n \"member_mention_ids\": [\n \"\"\n ],\n \"completed_at\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"owner_ids\": [\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"position\": \"\",\n \"complete\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"formatted_vcs_branch_name\": \"\",\n \"pull_requests\": [\n {\n \"entity_type\": \"\",\n \"closed\": \"\",\n \"merged\": \"\",\n \"num_added\": \"\",\n \"branch_id\": \"\",\n \"number\": \"\",\n \"branch_name\": \"\",\n \"target_branch_name\": \"\",\n \"num_commits\": \"\",\n \"title\": \"\",\n \"updated_at\": \"\",\n \"has_overlapping_stories\": \"\",\n \"draft\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"num_removed\": \"\",\n \"num_modified\": \"\",\n \"target_branch_id\": \"\",\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"overlapping_stories\": [\n \"\"\n ],\n \"vcs_labels\": [\n {\n \"entity_type\": \"\",\n \"id\": \"\",\n \"color\": \"#1B616f\",\n \"name\": \"\",\n \"description\": \"\"\n }\n ],\n \"review_status\": \"\",\n \"build_status\": \"\"\n }\n ],\n \"lead_time\": \"\",\n \"parent_story_id\": \"\",\n \"commits\": [\n {\n \"entity_type\": \"\",\n \"author_id\": \"\",\n \"hash\": \"\",\n \"updated_at\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"author_email\": \"\",\n \"timestamp\": \"\",\n \"author_identity\": {\n \"entity_type\": \"\",\n \"name\": \"\",\n \"type\": \"github\"\n },\n \"repository_id\": \"\",\n \"created_at\": \"\",\n \"message\": \"\"\n }\n ],\n \"files\": [\n {\n \"description\": \"\",\n \"entity_type\": \"\",\n \"story_ids\": [\n \"\"\n ],\n \"mention_ids\": [\n \"\"\n ],\n \"member_mention_ids\": [\n \"\"\n ],\n \"name\": \"\",\n \"thumbnail_url\": \"\",\n \"size\": \"\",\n \"uploader_id\": \"\",\n \"content_type\": \"\",\n \"updated_at\": \"\",\n \"filename\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"external_id\": \"\",\n \"id\": \"\",\n \"url\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"linked_file_ids\": [\n \"\"\n ],\n \"comment_ids\": [\n \"\"\n ],\n \"cycle_time\": \"\"\n }\n ],\n \"next\": \"\"\n },\n \"iterations\": {\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"entity_type\": \"\",\n \"labels\": [\n {\n \"app_url\": \"\",\n \"description\": \"\",\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#9D5FeF\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"num_epics\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_stories_total\": \"\",\n \"num_epics_unstarted\": \"\",\n \"num_epics_in_progress\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_points_in_progress\": \"\",\n \"num_epics_total\": \"\",\n \"num_stories_completed\": \"\",\n \"num_points_completed\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_total\": \"\",\n \"num_stories_in_progress\": \"\",\n \"num_points_backlog\": \"\",\n \"num_epics_completed\": \"\"\n }\n }\n ],\n \"mention_ids\": [\n \"\"\n ],\n \"member_mention_ids\": [\n \"\"\n ],\n \"associated_groups\": [\n {\n \"group_id\": \"\",\n \"associated_stories_count\": \"\"\n }\n ],\n \"name\": \"\",\n \"global_id\": \"\",\n \"label_ids\": [\n \"\"\n ],\n \"updated_at\": \"\",\n \"group_mention_ids\": [\n \"\"\n ],\n \"end_date\": \"\",\n \"follower_ids\": [\n \"\"\n ],\n \"group_ids\": [\n \"\"\n ],\n \"start_date\": \"\",\n \"status\": \"\",\n \"id\": \"\",\n \"stats\": {\n \"num_points_done\": \"\",\n \"num_related_documents\": \"\",\n \"num_stories_unstarted\": \"\",\n \"num_points_started\": \"\",\n \"num_points_unstarted\": \"\",\n \"num_stories_started\": \"\",\n \"num_stories_unestimated\": \"\",\n \"num_stories_backlog\": \"\",\n \"num_points_backlog\": \"\",\n \"num_points\": \"\",\n \"num_stories_done\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\"\n }\n ],\n \"next\": \"\"\n },\n \"milestones\": {\n \"total\": \"\",\n \"data\": [\n {\n \"app_url\": \"\",\n \"archived\": \"\",\n \"started\": \"\",\n \"entity_type\": \"\",\n \"completed_at_override\": \"\",\n \"started_at\": \"\",\n \"completed_at\": \"\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"completed\": \"\",\n \"state\": \"\",\n \"started_at_override\": \"\",\n \"updated_at\": \"\",\n \"categories\": [\n {\n \"archived\": \"\",\n \"entity_type\": \"\",\n \"color\": \"#aEBCb2\",\n \"name\": \"\",\n \"global_id\": \"\",\n \"type\": \"\",\n \"updated_at\": \"\",\n \"external_id\": \"\",\n \"id\": \"\",\n \"created_at\": \"\"\n }\n ],\n \"id\": \"\",\n \"key_result_ids\": [\n \"\"\n ],\n \"position\": \"\",\n \"stats\": {\n \"num_related_documents\": \"\",\n \"average_cycle_time\": \"\",\n \"average_lead_time\": \"\"\n },\n \"created_at\": \"\",\n \"description\": \"\"\n }\n ],\n \"next\": \"\"\n }\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-7ff2accf-c0ec-44ae-b022-d48c111fc4ab" }, { "id": "b7f6313a-c6ee-4551-8486-97e8bd384f07", "name": "**Either:** (1) Schema mismatch **or** (2) Maximum of 1000 search results exceeded ", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"maximum-results-exceeded\",\n \"message\": \"\",\n \"maximum-results\": 1000\n}", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-b7f6313a-c6ee-4551-8486-97e8bd384f07" }, { "id": "c8eb58b2-73cf-4f1f-854e-636807777b89", "name": "Resource does not exist", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-c8eb58b2-73cf-4f1f-854e-636807777b89" }, { "id": "8f2bf5fb-92b6-4f5e-8d0e-4ee0f88103b2", "name": "Unprocessable", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Shortcut-Token", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v3/search?query=&page_size=&detail=full&next=&entity_types=epic", "host": [ "{{baseUrl}}" ], "path": [ "api", "v3", "search" ], "query": [ { "description": "(Required) See our help center article on [search operators](https://help.shortcut.com/hc/en-us/articles/360000046646-Search-Operators)", "key": "query", "value": "" }, { "description": "The number of search results to include in a page. Minimum of 1 and maximum of 250.", "key": "page_size", "value": "" }, { "description": "The amount of detail included in each result item.\n \"full\" will include all descriptions and comments and more fields on\n related items such as pull requests, branches and tasks.\n \"slim\" omits larger fulltext fields such as descriptions and comments\n and only references related items by id.\n The default is \"full\".", "key": "detail", "value": "full" }, { "description": "The next page token.", "key": "next", "value": "" }, { "description": "A collection of entity_types to search. Defaults to story and epic. Supports: epic, iteration, objective, story.", "key": "entity_types", "value": "epic" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-8f2bf5fb-92b6-4f5e-8d0e-4ee0f88103b2" } ], "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-52efa346-c0c0-40dc-acec-8044a07bf5c3" } ], "id": "c0b7ae24-5547-4eaf-bbf0-6a8ee3edcde1", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-c0b7ae24-5547-4eaf-bbf0-6a8ee3edcde1" } ], "id": "4b7101a2-07e8-4070-846f-534c9e2678df", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-4b7101a2-07e8-4070-846f-534c9e2678df" } ], "id": "6bb6096b-9578-442e-a742-9f1ef1bfeb2e", "createdAt": "2026-07-28T02:54:21.000Z", "updatedAt": "2026-07-28T02:54:21.000Z", "uid": "35240-6bb6096b-9578-442e-a742-9f1ef1bfeb2e" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Shortcut-Token", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.app.shortcut.com" } ] }