List Issues
Issues
List Issues
List triage issues with filters and keyset pagination.
GET
List Issues
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Lists triage issues for your org. Items have the same shape as Create Issue. The same filters power the Triage dashboard sidebar.Headers
Your API key for authentication.
Query Parameters
Pagination
Number of issues to return. Minimum 1, maximum 100.
Opaque cursor returned as
next_cursor from a previous page. Omit on the first request.Sorting
Field to sort by. Must be one of:
last_activity_at(default)created_atseveritystatus
id so keyset pagination is deterministic.Sort direction.
asc or desc.Search
Free-text search across issue title and description.
Faceted filters
Filter by status. Pass a single value, or repeat the parameter for multiple. Allowed values:
backlog, todo, in_progress, in_review, done, closed.Filter by severity. Allowed values:
critical, high, medium, low. Repeatable.Filter by category name. Repeatable.
Only return issues that have at least one resource of this type. One of
call, sms_conversation, file.Scope filters
Only return issues with this owner.
Only return issues with this assignee.
Date range
Which date field the
date_range filter applies to. One of last_activity_at or created_at.Relative window from now. One of:
24h7d30d90d
Response
Array of issues. Each issue has the same shape as the response from Create Issue.
Cursor to pass back as the
cursor query parameter for the next page. null when there are no more pages.null on success.Docs for agents: llms.txt