GET
/
usage
/
recent
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const response = await client.usage.listRecent();

console.log(response);
[
  {}
]

Headers

authorization
string

Query Parameters

operation_type
string | null
since
string<date-time> | null
status
string | null

Response

200
application/json

Successful Response

The response is of type Response Get Recent Usage Usage Recent Get · object[].