v1

latestOpenAPI 3.1.02026-07-13154170539.0 KB
Logs

Get Logs Latest Timestamp

Returns the update timestamp of the most recently updated log within the specified page and filter bounds.

get/v0/logs/latest_timestamp

Query parameters

project_namestring required

Name of the project to get entries from.

Name of the project to get entries from.

column_contextstring nullable

The context (prepending '/' seperated field names) from which to retrieve the logs.

The context (prepending '/' seperated field names) from which to retrieve the logs.

contextstring nullable

Static context to filter logs by.

Static context to filter logs by.

filter_exprstring nullable

Boolean string to filter entries.

Boolean string to filter entries.

sortingstring nullable

Dict with fields as keys and either 'ascending' or 'descending' as values. The first entry in the dict is the last field to be sorted by, which takes ultimate precedent, with other keys only remaining in order when the first key values are equal.

Dict with fields as keys and either 'ascending' or 'descending' as values. The first entry in the dict is the last field to be sorted by, which takes ultimate precedent, with other keys only remaining in order when the first key values are equal.

from_idsstring nullable

The log ids which are permitted to be included in the search. Each log id listed does not need to be returned, but no logs which are not included in this list can be returned. This argument cannot be set if exclude_ids is set.

The log ids which are permitted to be included in the search. Each log id listed does not need to be returned, but no logs which are not included in this list can be returned. This argument cannot be set if exclude_ids is set.

exclude_idsstring nullable

The log ids which cannot be returned from the search. None of the listed ids will be returned, even if the logs are valid as per the filtering expression etc. This argument cannot be set if from_ids is set.

The log ids which cannot be returned from the search. None of the listed ids will be returned, even if the logs are valid as per the filtering expression etc. This argument cannot be set if from_ids is set.

from_fieldsstring nullable

The fields which are permitted to be included in the search. Each field listed does not need to be returned, but no fields which are not included in this list can be returned. This argument cannot be set if exclude_fields is set.

The fields which are permitted to be included in the search. Each field listed does not need to be returned, but no fields which are not included in this list can be returned. This argument cannot be set if exclude_fields is set.

exclude_fieldsstring nullable

The fields which cannot be returned from the search. None of the listed fields will be returned, even if the fields are valid as per the filtering expression etc. This argument cannot be set if from_fields is set.

The fields which cannot be returned from the search. None of the listed fields will be returned, even if the fields are valid as per the filtering expression etc. This argument cannot be set if from_fields is set.

limitinteger nullable
offsetinteger
randomizeboolean

If true, return logs in a deterministic random order (fixed seed) instead of newest-first.

If true, return logs in a deterministic random order (fixed seed) instead of newest-first.

Response

Successful Response

{"stackTrail":"paths:/v0/logs/latest_timestamp:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}