Raw Records Fetch

Fetch Record

get

Fetches a specific context record per the id supplied in the path.

Note: flow records by ID are currently not available.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
contextstring · enumRequired

Context of the Fields Request

Possible values:
idstringRequired

The ID of the record to be returned.

Responses
200

An object which contains response metadata information and a data array of records

application/json
get
/api/v1/fetch/{context}/{id}

Last updated