Get API key request records.
Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.
Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').
The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.
Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.
The maximum number of items to return per page. Used for both offset and cursor-based pagination.
Returns an array of API key request records with status and request details.
The unique identifier for the API request.
The user or system that initiated the API request.
The name of the seller
The current status of the API request (e.g., pending, completed, failed).
APPROVED, REJECTED, PENDING, DELETED, EXPIRED Comment or notes
The approved by
The value or data associated with the API request.
Timestamp when the item was created
Timestamp when the item was last modified
The date and time when the API request expires.
The