Skills

GET

Get All Skills

Retrieve a paginated list of all skills with optional filtering and search capabilities.

Required Permission: Preview Skill
GET /dashboard/skills

Query Parameters

Parameter Type Required Description
page Integer Optional Number of page (min: 1)
per_page Integer Optional Number of items per page (max: 1000)
search String Optional Search by name or website URL

Response

200 OK
Status Code
HTTP status code (200)
Message
Skills retrieved successfully
Data
Paginated skills records

    

Key Response Fields

current_page

The current page number being displayed

last_page

Total number of available pages

per_page

Number of items displayed per page

total

Total number of skills in database

links

Array of pagination links for navigation

data

Array containing the actual skill objects