---
title: "/logs/api"
method: GET
path: "/logs/api"
tags: ["logs"]
---

# /logs/api

`GET /logs/api`

## Query parameters

- `starting_after` string
- `ending_before` string
- `limit` integer
- `source` string
- `url` string

## Response `200`

200

- object[]
  - `id` string — An ID identifying the log that was generated.
  - `userId` string — The user ID associated with the owner of the account.
  - `domainId` string — The domain ID associated with this log statement.
  - `source` string — The source of this log statement. This will be `"api"` or `"webhook"`.
  - `ip` string — The originating IP address of this request.
  - `method` string — The HTTP method used for this request.
  - `url` string — The API route that was queried.
  - `status` integer — The HTTP status code returned by the endpoint.
  - `createdAt` string, date-time — The timestamp representing when the record was created.
  - `request` string, nullable — A JSON string representing the request body of this API request.
  - `response` string, nullable — A JSON string representing the response body of this API request.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/daily/apis/daily-api.md) · [All operations](https://skmtc.net/daily/apis/daily-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/daily/daily-api/revisions/d399d7dc11b3/schema)
