Skip to content

List all customer work items

GET/api/v1/workspaces/{slug}/customers/{customer_id}/issues/

List all issues linked to a customer, with filtering by request

Path Parameters

customer_id:requiredstring

Customer id.

slug:requiredstring

Slug.

Scopes

customers.work_items:read

List all customer work items
bash
curl -X GET \
  "https://api.plane.so/api/v1/workspaces/my-workspace/customers/550e8400-e29b-41d4-a716-446655440001/issues/" \
  -H "X-API-Key: $PLANE_API_KEY" \
  # Or use -H "Authorization: Bearer $PLANE_OAUTH_TOKEN" \
Response200
json
{
  "detail": "Customer issues retrieved successfully"
}