Skip to content

Commit

Permalink
Add section about asset content-encoding | TO-1237
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszpiekarczyk-saucelabs committed Jul 16, 2024
1 parent 2e7bcee commit e2f974b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev/api/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@ curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \

Retrieve one of the asset files associated with a job, such as a log file, video, or screenshot. The response contains the output of the requested file.

:::caution **IMPORTANT!**
To improve performance, some assets can be compressed in transit. This is indicated by use of `Content-Encoding: gzip` header in the response.
:::

#### Parameters

<table id="table-api">
Expand Down

0 comments on commit e2f974b

Please sign in to comment.