The
cobo logs tail
command requires proper authentication and permissions. Ensure that you are logged in and have the necessary access permissions to view the API logs.Usage
Options
--http-method
: Filter API logs by the HTTP method, such asPOST
.--request-path
: Filter API logs by the endpoint path, such as/v2/wallets/{wallet_id}
.--status-code
: Filter API logs by the HTTP status code, such as200
.--api-key
: Filter API logs by a specific API key used in requests.--ip-address
: Filter API logs by the IP address from which requests were made.
Example
POST
, status code 404
, and requests to /v2/wallets
endpoint from a specific IP 192.168.1.1
.
Feel free to share your feedback to improve our documentation!