v4

latestOpenAPI 3.1.02026-08-02261331761.5 KB

List Api Events

Fetches all API History events for given filters.

get/v2/deprecated/history

Query parameters

methodstring[]

HTTP methods to include in search

HTTP methods to include in search

pathstring[]

API paths to include in search

API paths to include in search

successboolean

Filter by API request success/failure

Filter by API request success/failure

status_codeinteger[]

HTTP status codes to include in search

HTTP status codes to include in search

client_ipstring[]

IPs of clients to include in search

IPs of clients to include in search

actor_typestring[]

Actor type to search (member, user, api_key)

Actor type to search (member, user, api_key)

actor_idstring[]

Actor ID to search

Actor ID to search

actor_display_namestring

Actor display name to search

Actor display name to search

project_idstring[]

Projects to include in search

Projects to include in search

env_idstring[]

Environments to include in search

Environments to include in search

timestamp_frominteger

Retrieve only events after this timestamp (seconds since epoch)

Retrieve only events after this timestamp (seconds since epoch)

timestamp_untilinteger

Retrieve only events before this timestamp (seconds since epoch)

Retrieve only events before this timestamp (seconds since epoch)

pageinteger

Page number of the results to fetch, starting at 1.

Page number of the results to fetch, starting at 1.

per_pageinteger

The number of results per page (max 100).

The number of results per page (max 100).

Response

Successful Response

total_countinteger required
page_countinteger