Skip to content

Add section about asset content-encoding | TO-1237 #2851

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

:::note NOTE
To improve performance, some assets can be compressed in transit. This is indicated by the use of `Content-Encoding: gzip` header in the response. In those cases the client needs to decompress the data upon retrieval. For `curl` this is done through the `--compressed` flag.
:::

#### Parameters

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