v1
latestOpenAPI 3.1.02026-07-266016.5 KBList Sessions
Gets a paginated list of issues for the organization
get/session/list
Query parameters
limitinteger
Example:10
Number of items to return per page (max 100)
pageinteger
Example:1
Page number to retrieve (starts from 1)
Response
Successfully retrieved paginated list of issues
Example response
{
"issues": [
{
"htmlUrl": "https://app.tembo.io/sessions/123e4567-e89b-12d3-a456-426614174000"
}
]
}