v1

latestOpenAPI 3.1.02026-07-266016.5 KB

Search Sessions

Search issues for the organization with pagination

get/session/search

Query parameters

qstring required
Example:authentication bug

Search query to find issues by title or description

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 search results with pagination

querystring required

Example response

{
  "issues": [
    {
      "htmlUrl": "https://app.tembo.io/sessions/123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}