Skip to main content
GET
/
jobs
/
{id}
/
results
Get signed download URL for results
curl --request GET \
  --url https://app.strandai.com/api/v1/jobs/{id}/results \
  --header 'Authorization: Bearer <token>'
{
  "resultUrl": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z",
  "resultBasePath": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.strandai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Signed URL

resultUrl
string
required
expiresAt
string<date-time>
required
resultBasePath
string