Download a seismic object as a SEG-Y file

Retrieves a SEG-Y file with all traces contained within the given seismic object.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
seismicId
required
integer

The identifier of a seismic object

Responses
200

The generated SEG-Y file

400

The response for a failed request.

get/seismic/seismics/segy/{seismicId}
Request samples
curl -i -X GET \
  'https://api.cognitedata.com/api/v1/projects/publicdata/seismic/seismics/segy/{seismicId}' \
  -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
Response samples
application/json
{
  • "error": {
    • "code": 401,
    • "message": "Could not authenticate.",
    • "missing": [
      ],
    • "duplicated": [
      ]
    }
}