List all skills from the database.
Query parameters:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Maximum number of items to return
1 <= x <= 1000Number of items to skip
x >= 0Field to order by (created_at, updated_at, name)
Sort in descending order
Group by skill name, returning only the latest version of each
Successful Response
Unique skill identifier
Name of the skill
Description of the skill
Version of the skill
GCS URI of the skill zip file
Whether the skill is publicly accessible
Date and time when the skill was created
Date and time when the skill was updated