Skip to main content

api_metrics

Stores metrics for Application Programming Interface (API) calls.

ColumnData TypeNullableIndexedDescription
methodtextNoNoThis is the HTTP method (e.g. GET, POST, PUT, OPTIONS, etc.) https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods of the API.

Generated through expression: 
pathtextNoNoAn API path is a specific part of a URL that defines the route to access a particular resource or perform a specific operation within an API and helps in directing the API request to the appropriate resource or service.

Generated through expression: 
api_keytextNoNoAPI key is a unique identifier used to authenticate and authorize access to an API that functions as a security measure to ensure that only authorized users or applications can interact with the API and access its data or services.

Generated through expression: 
start_timetimestamp with time zoneNoNoStart-time refers to the point in time when an API request is initiated.

Generated through expression: 
end_timetimestamp with time zoneNoNoEnd-time refers to the point in time when an API request is finished.

Generated through expression: 
duration_millisecondsintegerNoNoDuration milliseconds is how many milliseconds the API request took.

Generated through expression: 
environmenttextNoNoApplication environment of the API (e.g. prod, test, dev, etc.)

Generated through expression: 
requesttextNoNoThe body of the HTTP request sent to the API.

Generated through expression: 
responsetextNoNoThe body of the response returned by the API. This is usually JSON data.

Generated through expression: 
status_codeintegerNoNoThe HTTP status code returned by the API.

Generated through expression: