Get preview result

Get the result of a preview job. Note that previews may be automatically deleted as soon as 1 hour after they are created.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

External ID of preview job to get result for.

externalId
required
string (CogniteExternalId) <= 255 characters

The external ID provided by the client. Must be unique for the resource type.

Responses
200

Current status of the preview.

400

The response for a bad request.

422

Validation Error

post/hostedextractors/preview/result
Request samples
application/json
{
  • "externalId": "my.known.id"
}
Response samples
application/json
{
  • "type": "error",
  • "externalId": "my.known.id",
  • "kind": "startup_error",
  • "message": "string",
  • "createdTime": 1730204346000
}