inklet docs

Retrieve the run archive

GET/api/sdk/v1/analyses/{analysisId}/archive

A short-lived download URL for the analysis run archive. Answers 404 with archive_not_found while the run is in progress, or after retention has expired.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token created in the inklet portal. Server-side use only.

In: header

Path Parameters

analysisId*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/sdk/v1/analyses/string/archive"
{  "url": "http://example.com",  "expiresAt": "2019-08-24T14:15:22Z"}