inklet docs

Retrieve an analysis

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

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"
{  "id": "string",  "mode": "ai",  "trigger": "api",  "state": "queued",  "outcome": "presentations",  "noChangeReason": "string",  "contentIds": [    "string"  ],  "context": "submitted",  "scope": {    "since": "string",    "sinceAt": "2019-08-24T14:15:22Z"  },  "intent": "string",  "title": "string",  "target": {    "displayId": "string",    "displayIds": [      "string"    ],    "output": {      "formats": [        "scene"      ],      "preset": "string",      "viewport": {        "width": 1,        "height": 1      },      "colorMode": "color",      "pixelRatio": 1    }  },  "presentationIds": [    "string"  ],  "failure": {    "code": "string",    "message": "string",    "stage": "string",    "retryable": true,    "assetIndex": 0  },  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}