# Searches discussions filtered by author identifier with pagination. **GET /api/v1/discussions** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Query parameters - **authorId** (string(uuid)) Optional author identifier to filter discussions (when null, returns all discussions). - **offset** (integer(int32)) The number of items to skip before starting to return results (pagination offset). - **count** (integer(int32)) The maximum number of items to return (pagination limit). ## Responses ### 200 OK #### Body: application/json (object) - **total_count** (integer(int32)) - **items** (array[object]) ### 500 Internal Server Error #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)