v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Requests

Retrieve a request

This endpoint retrieves a specific request.

get/requests/{id}

Path parameters

idstring required

Request ID

Response

A single request

idstring required

ID of the request

team_idstring required

ID of the project

verifiedboolean nullable required

Whether or not the request was verified when received

original_event_data_idstring nullable required

ID of the request data

rejection_cause'SOURCE_DISABLED' | 'NO_CONNECTION' | 'VERIFICATION_FAILED' | 'UNSUPPORTED_HTTP_METHOD' | 'UNSUPPORTED_CONTENT_TYPE' | 'UNPARSABLE_JSON' | 'PAYLOAD_TOO_LARGE' | 'INGESTION_FATAL' | 'UNKNOWN' required
ingested_atstring date-time nullable required

The time the request was originally received

source_idstring required

ID of the associated source

events_countinteger nullable required

The count of events created from this request (CLI events not included)

cli_events_countinteger nullable required

The count of CLI events created from this request

ignored_countinteger nullable required
updated_atstring date-time required

Date the event was last updated

created_atstring date-time required
Date the event was created