Skip to main content

List Logs

GET 

/logs

List the available logs.

Permissions

The API token must include the following scopes: Fax.

Request

Query Parameters

    include_deleted boolean

    Include logs for deleted activity.

    Example: false
    created_before string

    Return logs for activity prior to this date.

    Example: 2022-04-30
    created_on string

    Return logs for activity on this date.

    Example: 2022-04-30
    created_after string

    Return logs for activity after this date.

    Example: 2022-04-30
    page_size integer

    Specify the number of results to return on a single page. The default page size is 50 and the maximum is 1000.

    Example: 20

Responses

OK

Schema

    links

    object

    self string
    first string
    next string
    prev string
    data object[]
Loading...