Get Readable Artifact
  • 25 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Get Readable Artifact

  • Dark
    Light

Article Summary

Get
/insight/{oid}/artifacts/payloads/{payload_id}

Retrieve the parsed/readable version of a specific artifact.

Security
HTTP
Type bearer
Path parameters
oid
stringRequired

organization id

payload_id
stringRequired

payload/log id

Query parameters
records
array of integer

the record IDs to retrieve specifically, repeated field

is_compressed
string

set to 'true' to enable compression, data returned 'logs' is base64(gzip(data))

Responses
200

successful operation

401

Access token is missing or invalid


Was this article helpful?

What's Next