Download multiple seismic objects as a ZIP archive

Download multiple seismic objects specified by the filter, as a streamed ZIP archive file.

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

The filter that determines the seismic objects to return.

One of:
items
required
Array of integers <int64> (CogniteInternalId)

The list of seismic objects to include in the ZIP archive, specified by internal id.

Responses
200

The generated ZIP archive file

400

The response for a failed request.

post/seismic/batchdownload
Request samples
application/json
{
  • "items": [
    • 1
    ]
}
Response samples
application/json
{
  • "error": {
    • "code": 401,
    • "message": "Could not authenticate.",
    • "missing": [
      ],
    • "duplicated": [
      ]
    }
}