Skip to main content
GET
/
developers
/
logs
List request logs
curl --request GET \
  --url https://api.txcloud.io/v1/developers/logs \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": "<string>",
      "method": "<string>",
      "endpoint": "<string>",
      "status_code": 123,
      "response_time_ms": 123,
      "created_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string
endpoint
string
method
string
limit
integer

Response

200 - application/json

Request logs

object
string
data
object[]