Packs
Get detailed listing information for a Pack.
Get detailed listing information for a Pack.
get/packs/{packId}/listing
Path parameters
packIdinteger required
ID of a Pack
Query parameters
workspaceIdstring
ID of the target workspace (if applicable) for checking installation privileges.
docIdstring
ID of the target document for checking installation privileges
ingestionIdstring
ID of the target ingestion for checking limit settings
installContext'workspace' | 'doc'
Type of context in which a Pack is being installed.
Type of installation context for which Pack information is being requested.
releaseChannel'LIVE' | 'LATEST'
Live or Latest version of Pack
Release channel for which Pack information is being requested.
Response
The Pack listing detail.
Example response
{
"packId": 1003,
"packVersion": "1.0.3",
"releaseId": 2,
"lastReleasedAt": "2018-04-11T00:18:57.946Z",
"logo": {
"mimeType": "image/jpeg"
},
"cover": {
"mimeType": "image/jpeg"
},
"exampleImages": [
{
"mimeType": "image/jpeg"
}
],
"agentImages": [
{
"mimeType": "image/jpeg"
}
],
"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",
"categories": [
{
"categoryId": "aBCdEFg",
"categoryName": "Project management",
"categorySlug": "project-management"
}
],
"makers": [
{
"name": "John Doe",
"pictureLink": "https://cdn.coda.io/avatars/default_avatar.png"
}
],
"externalMetadataUrl": "https://codahosted.io/packs/12345/1.2.3/metadata/0c892064aa5cb.json",
"standardPackPlan": {
"createdAt": "2018-04-11T00:18:57.946Z"
},
"bundledPackPlan": {
"createdAt": "2018-04-11T00:18:57.946Z"
},
"sdkVersion": "1.5.1",
"userAccess": {
"organization": {
"incompatibleDocPermissions": [
{
"principal": {
"email": "example@domain.com"
}
}
],
"incompatibleDocOwner": {
"name": "John Doe",
"loginId": "user@example.com",
"pictureLink": "https://cdn.coda.io/avatars/default_avatar.png"
},
"incompatibleDocFolder": {
"id": "fl-1Ab234",
"browserLink": "https://docs.superhuman.com/folders/fl-1Ab234",
"name": "My docs"
}
}
}
}