Get 1st tokens part snapshot
In order to capture the production line after the 1st tokens part is produced, the identifier of the tokens object MUST be sent as the first HTTP request path parameter together with blob as the second HTTP request path parameter.
The remote service streams the snapshot of the production line as chunks in the response body. The service consumer is responsible to save the streamed blob to a BLOB file.
Request endpoint
GET SERVER:PORT/api/tokens/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/snapshot
Response status
200
Request headers
Accept:application/vnd.api+json
Content-Type:application/vnd.api+json
Session-Key:SSSSSSSS-SSSS-SSSS-SSSS-SSSSSSSSSSSS
Response headers
Transfer-Encoding:chunked
Connection:keep-alive
Date:Tue, 19 Mar 2024 12:53:07 GMT
Content-Type:application/json; charset=utf-8
Server:nginx/1.25.4
Request body
# intentionally blank
Response body
# intentionally blank
HTTPie example
$ http get SERVER:PORT/api/tokens/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/snapshot Accept:application/vnd.api+json Content-Type:application/vnd.api+json Session-Key:SSSSSSSS-SSSS-SSSS-SSSS-SSSSSSSSSSSS