List Packs
Get the list of accessible Packs.
Query parameters
Deprecated, use accessTypes instead. Filter to only return the Packs for which the current user has this access type
Filter to only return the Packs for which the current user has these access types.
Determines how the Packs returned are sorted.
The sort order of the Packs returned.
Maximum number of results to return in this query.
Direction of a sort for a table or view.
Direction to sort results in.
An opaque token used to fetch the next page of results.
Use only this workspace (not all of a user's workspaces) to check for Packs shared via workspace ACL.
Filter to only Packs whose parent workspace is one of the given IDs.
Only get Packs shared with users/workspaces, not publicly.
Entrypoint for which this Pack call is being made. Used to filter non relevant Packs
Exclude Packs of one or more category types. Categories not listed stay visible.
Response
List of Pack summaries.
Example response
{
"items": [
{
"id": 1003,
"exampleImages": [
{
"mimeType": "image/jpeg"
}
],
"agentImages": [
{
"mimeType": "image/jpeg"
}
],
"workspaceId": "ws-asdf",
"categories": [
{
"categoryId": "aBCdEFg",
"categoryName": "Project management",
"categorySlug": "project-management"
}
],
"verifiedVersion": "1.0.0",
"name": "Cool Geometry Formulas",
"description": "This Pack allows users to calculate the surface area and volume of a few common 3D shapes, like cubes and pyramids.",
"shortDescription": "Calculate cool geometric formulas like surface area.",
"agentShortDescription": "Chat with a tool that can calculate cool geometric formulas like surface area.",
"agentDescription": "Chat with a comprehensive tool that can calculate cool geometric formulas like surface area, volume, and other mathematical operations. This agent can help with complex calculations and provide detailed explanations.",
"supportEmail": "user@email.com"
}
],
"nextPageToken": "eyJsaW1pd",
"nextPageLink": "https://docs.superhuman.com/apis/v1/packs?pageToken=xyz"
}