Ticqex

Get board lane tickets

GET
/board/lanes/{status_id}/tickets

MCP tool: ticqex_get_board_lane_tickets.

Authorization

bearerAuth
AuthorizationBearer <token>

API key (tq_live_...) or staff Supabase JWT from browser login.

In: header

Path Parameters

status_id*string

Query Parameters

offset?integer

Zero-based offset for pagination.

limit?integer

Maximum number of items to return.

filter?string

Board filter expression.

sort?string

Sort order for board or lane results.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/board/lanes/497f6eca-6276-4993-bfeb-53cbbbba6f08/tickets"
{  "data": [    {}  ],  "meta": {}}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}