For the complete documentation index, see llms.txt. This page is also available as Markdown.

Logs

Return a list of all logs.

post

Return a list of all logs. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
typestring · enum · nullableRequired

Log severity filter. When empty, all logs are returned.

Possible values:
startDatestring · date-time · nullableRequired
endDatestring · date-time · nullableRequired
attributesstring[] · nullableRequired
messagestring · nullableRequired
pageSizenumber · nullableRequired
pageIndexnumber · nullableRequired
sortDirectionstring · enum · nullableRequired

Sort order

Possible values:
Responses
post
/logs

Return a list of attributes.

get

Return a list of attributes. Only users with the Standard Registry role are allowed to make the request. Response is limited to 20 items.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
namestringOptional

Attribute name filter

Example: Search
existingAttributesstring[]Optional

Existing attributes

Example: ["WORKER"]
Responses
get
/logs/attributes

Return url on seq store.

get

Return url on seq store. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
get
/logs/seq

Last updated