From b27d65b3ed90b2d3c8929b9f267836773349eb84 Mon Sep 17 00:00:00 2001 From: Saksham Arora Date: Thu, 4 Sep 2025 15:16:18 +0530 Subject: [PATCH] Updated documentation --- docs/xcresult.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/xcresult.md b/docs/xcresult.md index 4c3ae1647..a2f2035c0 100644 --- a/docs/xcresult.md +++ b/docs/xcresult.md @@ -148,7 +148,8 @@ curl --location --request POST "https://mobile-api.lambdatest.com/framework/v1/x Result bundles are generated at the Build level. To download the `.xcresult` bundle for a specific session, use the following GET endpoint: :::note -In case of sharding, each shard execution is treated as a separate shards and generates its own `.xcresult` bundle. You will need to retrieve each shard's bundle individually. For more information, see [Sharding in HyperExecute](https://www.lambdatest.com/support/docs/sharding-rd-hyperexec/). +- In case of sharding, each shard execution is treated as a separate shards and generates its own `.xcresult` bundle. You will need to retrieve each shard's bundle individually. For more information, see [Sharding in HyperExecute](https://www.lambdatest.com/support/docs/sharding-rd-hyperexec/). +- To view the `.xcresult` for a specific shard, you must pass the `shard:shardId` as a query parameter in your request. ::: ```