Log specification

List log specifications

List of all log specifications.

get/controlplane/log/spec

Query parameters

limitinteger

Limit for the number of items to be returned.

offsetinteger

Offset from the start of the collection.

organization_idinteger required

The ID of the organization.

account_idinteger

The ID of the account.

Response

A paged list of log specifications

Example response

{
  "paging": {
    "limit": 200
  },
  "results": [
    {
      "id": "3456",
      "organization_id": 1234,
      "account_id": 2345,
      "created_at": "2021-01-02T00:00:00Z",
      "updated_at": "2021-01-02T00:00:00Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.