v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
API Requests

Retrieve Api Request

Retrieve a specific API request by its ID

get/api_requests/{id}

Path parameters

idstring required

Response

OK

idstring required

A unique TypeID associated with the object.

creation_datestring date-time required

The date and time at which the object was first created.

status_codeinteger required

The HTTP status code the API returned.

pathstring required

The request path (e.g. /v1/subscribers).

methodstring required

The HTTP method used (e.g. GET, POST).

source'api' | 'app' | 'axios' | 'carrd' | 'cli' | 'curl' | 'go' | 'make' | 'netlify' | 'node' | 'pipedream' | 'powershell' | 'python' | 'ruby' | 'wordpress' | 'zapier' required

An enumeration.

version'2024-07-01' | '2024-08-01' | '2024-08-15' | '2024-09-30' | '2024-12-30' | '2025-01-02' | '2025-05-19' | '2025-06-01' | '2026-01-01' | '2026-04-01' required

The API version the request was made against.

ip_addressstring required

The IP address the request was made from.

api_key_idstring nullable

The ID of the API key used, if authenticated via API key.

api_key_labelstring nullable

The human-readable label of the API key used, if any.

request_datastring required

The raw request body, JSON-encoded as a string.

response_datastring nullable

The raw response body, JSON-encoded as a string, if retained.

headersobject required

The request headers. UUIDs within header values are redacted.