Retrieve a list of all logs.
Retrieve a list of all logs.
Path parameters
The SID of the Service to read the Log resource from.
The SID of the environment with the Log resources to read.
Query parameters
The SID of the function whose invocation produced the Log resources to read.
The date/time (in GMT, ISO 8601) after which the Log resources must have been created. Defaults to 1 day prior to current date/time.
The date/time (in GMT, ISO 8601) before which the Log resources must have been created. Defaults to current date/time.
How many resources to return in each list page. The default is 50, and the maximum is 1000.
The page index. This value is simply for client state.
The page token. This is provided by the API.
Response
OK
Changes
Changed in 5 of the 51 revisions of this API.46
- ▲
the response property
logs/items/levelbecame nullable for the status200response-property-became-nullable
- ○
removed the
errorenum value from thelogs/items/levelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
infoenum value from thelogs/items/levelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
warnenum value from thelogs/items/levelresponse property for the response status200response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
for the
queryrequest parameterPageSize, the type/format was changed frominteger/tointeger/int64request-parameter-type-changed
- ▲
- ○
api tag
ServerlessV1Logaddedapi-tag-added
- ○
- ○
added the new optional
queryrequest parameterPagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterPageTokennew-optional-request-parameter
- ○
- ▲
the response property
meta/next_page_urlbecame nullable for the status200response-property-became-nullable
- ▲
the response property
meta/previous_page_urlbecame nullable for the status200response-property-became-nullable
- ▲