> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsoar-8-api/cortex-xsoar-8.x-apis/content-packs.md).

# Content Packs

APIs for content packs

## Get metadata for all installed content packs

> Retrieve the metadata for all of the content packs installed in the system.

```json
{"openapi":"3.0.1","info":{"title":"Cortex XSOAR 8 API","version":"XSOAR 8 Cloud"},"tags":[{"name":"Content Packs","description":"APIs for content packs"}],"servers":[{"url":"https://api-yourfqdn","description":""}],"paths":{"/xsoar/public/v1/contentpacks/metadata/installed":{"get":{"tags":["Content Packs"],"summary":"Get metadata for all installed content packs","operationId":"get-xsoar-contentpacks-metadata-installed","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string","description":"Content pack ID"},"currentVersion":{"type":"string","description":"Current version number"},"name":{"type":"string","description":"Content pack name"},"lastInstallDate":{"type":"string","description":"Last date the content pack was installed."},"updateAvailable":{"type":"boolean","description":"Whether there is an update to the content pack available."},"propagationLabels":{"type":"array","items":{"type":"string"}},"userIsSubscribedToNotifications":{"type":"boolean","description":"Whether the user is subscribed to receive notifications for this content pack."}}}}},"Example 1":{}}}},"description":"Retrieve the metadata for all of the content packs installed in the system."}}}}
```

## Retrieve content pack item dependencies

> Retrieve content pack item dependencies, both existing and missing.

```json
{"openapi":"3.0.1","info":{"title":"Cortex XSOAR 8 API","version":"XSOAR 8 Cloud"},"tags":[{"name":"Content Packs","description":"APIs for content packs"}],"servers":[{"url":"https://api-yourfqdn","description":""}],"paths":{"/xsoar/public/v1/itemsdependencies":{"post":{"summary":"Retrieve content pack item dependencies","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"existing":{"type":"object","properties":{"playbook":{"type":"object","additionalProperties":{"type":"string"}}}},"missing":{"type":"object"}}}}}}},"operationId":"post-xsoar-itemsdependencies","description":"Retrieve content pack item dependencies, both existing and missing.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"}}}},"dependencyLevel":{"type":"string"}}}}}},"tags":["Content Packs"]}}}}
```

## Search for content packs

> Search for content packs in the Cortex XSOAR marketplace.

```json
{"openapi":"3.0.1","info":{"title":"Cortex XSOAR 8 API","version":"XSOAR 8 Cloud"},"tags":[{"name":"Content Packs","description":"APIs for content packs"}],"servers":[{"url":"https://api-yourfqdn","description":""}],"paths":{"/xsoar/public/v1/contentpacks/marketplace/search":{"post":{"summary":"Search for content packs","tags":["Content Packs"],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"total":{"type":"integer"},"packs":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"cacheVersn":{"type":"integer"},"sequenceNumber":{"type":"integer"},"primaryTerm":{"type":"integer"},"modified":{"type":"string"},"sizeInBytes":{"type":"integer"},"sortValues":{"type":"array","items":{"type":"string"}},"packID":{"type":"string"},"packName":{"type":"string"},"itemVersion":{"type":"string"},"fromServerVersion":{"type":"string"},"toServerVersion":{"type":"string"},"definitionId":{"type":"string"},"vcShouldIgnore":{"type":"boolean"},"vcShouldKeepItemLegacyProdMachine":{"type":"boolean"},"commitMessage":{"type":"string"},"shouldCommit":{"type":"boolean"},"currentVersion":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"updated":{"type":"string"},"created":{"type":"string"},"support":{"type":"string"},"author":{"type":"string"},"authorImage":{"type":"string"},"supportDetails":{"type":"object","properties":{"url":{"type":"string"},"email":{"type":"string"}}},"beta":{"type":"boolean"},"deprecated":{"type":"boolean"},"certification":{"type":"string"},"serverMinVersion":{"type":"string"},"serverMaxVersion":{"type":"string"},"general":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"type":"string"}},"rawTags":{"type":"array","items":{"type":"string"}},"categories":{"type":"array","items":{"type":"string"}},"contentItems":{"type":"object","properties":{"automation":{"type":"null"},"classifier":{"type":"null"},"dashboard":{"type":"null"},"genericfield":{"type":"null"},"generictype":{"type":"null"},"incidentfield":{"type":"null"},"incidenttype":{"type":"null"},"indicatorfield":{"type":"null"},"integration":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"commands":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}}}}},"layoutscontainer":{"type":"null"},"list":{"type":"null"},"playbook":{"type":"null"},"report":{"type":"null"},"reputation":{"type":"null"},"widget":{"type":"null"},"wizard":{"type":"null"}}},"contentItemTypes":{"type":"array","items":{"type":"string"}},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"imagePath":{"type":"string"}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}},"rawUseCases":{"type":"array","items":{"type":"object","properties":{}}},"keywords":{"type":"array","items":{"type":"object","properties":{}}},"rawKeywords":{"type":"array","items":{"type":"object","properties":{}}},"dependencies":{"type":"object","properties":{"Base":{"type":"object","properties":{"mandatory":{"type":"boolean"},"minVersion":{"type":"string"},"name":{"type":"string"},"certification":{"type":"string"},"author":{"type":"string"}}}}},"legacy":{"type":"boolean"},"price":{"type":"integer"},"premium":{"type":"boolean"},"installMessage":{"type":"string"},"versionInfo":{"type":"string"},"eulaLink":{"type":"string"},"previewOnly":{"type":"boolean"},"downloads":{"type":"integer"},"searchRank":{"type":"integer"},"videos":{"type":"array","items":{"type":"object","properties":{}}},"prevName":{"type":"string"},"modules":{"type":"array","items":{"type":"object","properties":{}}},"hybrid":{"type":"boolean"},"changelog":{"type":"object","properties":{"1.0.23":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.24":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.25":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.26":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.27":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.28":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.29":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.30":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.31":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.32":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.33":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.34":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.35":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}},"1.0.36":{"type":"object","properties":{"displayName":{"type":"string"},"released":{"type":"string"},"path":{"type":"string"},"releaseNotes":{"type":"string"},"breakingChanges":{"type":"boolean"},"breakingChangesNotes":{"type":"string"}}}}},"starred":{"type":"boolean"},"oldVersions":{"type":"object","properties":{"1.0.31":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"cacheVersn":{"type":"integer"},"modified":{"type":"string"},"sizeInBytes":{"type":"integer"},"packID":{"type":"string"},"packName":{"type":"string"},"itemVersion":{"type":"string"},"fromServerVersion":{"type":"string"},"toServerVersion":{"type":"string"},"definitionId":{"type":"string"},"vcShouldIgnore":{"type":"boolean"},"vcShouldKeepItemLegacyProdMachine":{"type":"boolean"},"commitMessage":{"type":"string"},"shouldCommit":{"type":"boolean"},"currentVersion":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"updated":{"type":"string"},"created":{"type":"string"},"support":{"type":"string"},"author":{"type":"string"},"authorImage":{"type":"string"},"supportDetails":{"type":"object","properties":{"url":{"type":"string"},"email":{"type":"string"}}},"beta":{"type":"boolean"},"deprecated":{"type":"boolean"},"certification":{"type":"string"},"serverMinVersion":{"type":"string"},"serverMaxVersion":{"type":"string"},"general":{"type":"null"},"tags":{"type":"array","items":{"type":"object","properties":{}}},"rawTags":{"type":"null"},"categories":{"type":"array","items":{"type":"string"}},"contentItems":{"type":"object","properties":{"automation":{"type":"null"},"classifier":{"type":"null"},"dashboard":{"type":"null"},"genericfield":{"type":"null"},"generictype":{"type":"null"},"incidentfield":{"type":"null"},"incidenttype":{"type":"null"},"indicatorfield":{"type":"null"},"integration":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"commands":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}}}}},"layoutscontainer":{"type":"null"},"list":{"type":"null"},"playbook":{"type":"null"},"report":{"type":"null"},"reputation":{"type":"null"},"widget":{"type":"null"},"wizard":{"type":"null"}}},"contentItemTypes":{"type":"null"},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"imagePath":{"type":"string"}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}},"rawUseCases":{"type":"null"},"keywords":{"type":"array","items":{"type":"object","properties":{}}},"rawKeywords":{"type":"null"},"dependencies":{"type":"object","properties":{"Base":{"type":"object","properties":{"mandatory":{"type":"boolean"},"minVersion":{"type":"string"},"name":{"type":"string"},"certification":{"type":"string"},"author":{"type":"string"}}}}},"legacy":{"type":"boolean"},"price":{"type":"integer"},"premium":{"type":"boolean"},"installMessage":{"type":"string"},"versionInfo":{"type":"string"},"eulaLink":{"type":"string"},"previewOnly":{"type":"boolean"},"downloads":{"type":"integer"},"searchRank":{"type":"integer"},"videos":{"type":"array","items":{"type":"object","properties":{}}},"prevName":{"type":"string"},"modules":{"type":"array","items":{"type":"object","properties":{}}},"hybrid":{"type":"boolean"}}},"1.0.32":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"cacheVersn":{"type":"integer"},"modified":{"type":"string"},"sizeInBytes":{"type":"integer"},"packID":{"type":"string"},"packName":{"type":"string"},"itemVersion":{"type":"string"},"fromServerVersion":{"type":"string"},"toServerVersion":{"type":"string"},"definitionId":{"type":"string"},"vcShouldIgnore":{"type":"boolean"},"vcShouldKeepItemLegacyProdMachine":{"type":"boolean"},"commitMessage":{"type":"string"},"shouldCommit":{"type":"boolean"},"currentVersion":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"updated":{"type":"string"},"created":{"type":"string"},"support":{"type":"string"},"author":{"type":"string"},"authorImage":{"type":"string"},"supportDetails":{"type":"object","properties":{"url":{"type":"string"},"email":{"type":"string"}}},"beta":{"type":"boolean"},"deprecated":{"type":"boolean"},"certification":{"type":"string"},"serverMinVersion":{"type":"string"},"serverMaxVersion":{"type":"string"},"general":{"type":"null"},"tags":{"type":"array","items":{"type":"object","properties":{}}},"rawTags":{"type":"null"},"categories":{"type":"array","items":{"type":"string"}},"contentItems":{"type":"object","properties":{"automation":{"type":"null"},"classifier":{"type":"null"},"dashboard":{"type":"null"},"genericfield":{"type":"null"},"generictype":{"type":"null"},"incidentfield":{"type":"null"},"incidenttype":{"type":"null"},"indicatorfield":{"type":"null"},"integration":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"commands":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}}}}},"layoutscontainer":{"type":"null"},"list":{"type":"null"},"playbook":{"type":"null"},"report":{"type":"null"},"reputation":{"type":"null"},"widget":{"type":"null"},"wizard":{"type":"null"}}},"contentItemTypes":{"type":"null"},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"imagePath":{"type":"string"}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}},"rawUseCases":{"type":"null"},"keywords":{"type":"array","items":{"type":"object","properties":{}}},"rawKeywords":{"type":"null"},"dependencies":{"type":"object","properties":{"Base":{"type":"object","properties":{"mandatory":{"type":"boolean"},"minVersion":{"type":"string"},"name":{"type":"string"},"certification":{"type":"string"},"author":{"type":"string"}}}}},"legacy":{"type":"boolean"},"price":{"type":"integer"},"premium":{"type":"boolean"},"installMessage":{"type":"string"},"versionInfo":{"type":"string"},"eulaLink":{"type":"string"},"previewOnly":{"type":"boolean"},"downloads":{"type":"integer"},"searchRank":{"type":"integer"},"videos":{"type":"array","items":{"type":"object","properties":{}}},"prevName":{"type":"string"},"modules":{"type":"array","items":{"type":"object","properties":{}}},"hybrid":{"type":"boolean"}}},"1.0.33":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"cacheVersn":{"type":"integer"},"modified":{"type":"string"},"sizeInBytes":{"type":"integer"},"packID":{"type":"string"},"packName":{"type":"string"},"itemVersion":{"type":"string"},"fromServerVersion":{"type":"string"},"toServerVersion":{"type":"string"},"definitionId":{"type":"string"},"vcShouldIgnore":{"type":"boolean"},"vcShouldKeepItemLegacyProdMachine":{"type":"boolean"},"commitMessage":{"type":"string"},"shouldCommit":{"type":"boolean"},"currentVersion":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"updated":{"type":"string"},"created":{"type":"string"},"support":{"type":"string"},"author":{"type":"string"},"authorImage":{"type":"string"},"supportDetails":{"type":"object","properties":{"url":{"type":"string"},"email":{"type":"string"}}},"beta":{"type":"boolean"},"deprecated":{"type":"boolean"},"certification":{"type":"string"},"serverMinVersion":{"type":"string"},"serverMaxVersion":{"type":"string"},"general":{"type":"null"},"tags":{"type":"array","items":{"type":"object","properties":{}}},"rawTags":{"type":"null"},"categories":{"type":"array","items":{"type":"string"}},"contentItems":{"type":"object","properties":{"automation":{"type":"null"},"classifier":{"type":"null"},"dashboard":{"type":"null"},"genericfield":{"type":"null"},"generictype":{"type":"null"},"incidentfield":{"type":"null"},"incidenttype":{"type":"null"},"indicatorfield":{"type":"null"},"integration":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"commands":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}}}}},"layoutscontainer":{"type":"null"},"list":{"type":"null"},"playbook":{"type":"null"},"report":{"type":"null"},"reputation":{"type":"null"},"widget":{"type":"null"},"wizard":{"type":"null"}}},"contentItemTypes":{"type":"null"},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"imagePath":{"type":"string"}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}},"rawUseCases":{"type":"null"},"keywords":{"type":"array","items":{"type":"object","properties":{}}},"rawKeywords":{"type":"null"},"dependencies":{"type":"object","properties":{"Base":{"type":"object","properties":{"mandatory":{"type":"boolean"},"minVersion":{"type":"string"},"name":{"type":"string"},"certification":{"type":"string"},"author":{"type":"string"}}}}},"legacy":{"type":"boolean"},"price":{"type":"integer"},"premium":{"type":"boolean"},"installMessage":{"type":"string"},"versionInfo":{"type":"string"},"eulaLink":{"type":"string"},"previewOnly":{"type":"boolean"},"downloads":{"type":"integer"},"searchRank":{"type":"integer"},"videos":{"type":"array","items":{"type":"object","properties":{}}},"prevName":{"type":"string"},"modules":{"type":"array","items":{"type":"object","properties":{}}},"hybrid":{"type":"boolean"}}},"1.0.34":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"cacheVersn":{"type":"integer"},"modified":{"type":"string"},"sizeInBytes":{"type":"integer"},"packID":{"type":"string"},"packName":{"type":"string"},"itemVersion":{"type":"string"},"fromServerVersion":{"type":"string"},"toServerVersion":{"type":"string"},"definitionId":{"type":"string"},"vcShouldIgnore":{"type":"boolean"},"vcShouldKeepItemLegacyProdMachine":{"type":"boolean"},"commitMessage":{"type":"string"},"shouldCommit":{"type":"boolean"},"currentVersion":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"updated":{"type":"string"},"created":{"type":"string"},"support":{"type":"string"},"author":{"type":"string"},"authorImage":{"type":"string"},"supportDetails":{"type":"object","properties":{"url":{"type":"string"},"email":{"type":"string"}}},"beta":{"type":"boolean"},"deprecated":{"type":"boolean"},"certification":{"type":"string"},"serverMinVersion":{"type":"string"},"serverMaxVersion":{"type":"string"},"general":{"type":"null"},"tags":{"type":"array","items":{"type":"object","properties":{}}},"rawTags":{"type":"null"},"categories":{"type":"array","items":{"type":"string"}},"contentItems":{"type":"object","properties":{"automation":{"type":"null"},"classifier":{"type":"null"},"dashboard":{"type":"null"},"genericfield":{"type":"null"},"generictype":{"type":"null"},"incidentfield":{"type":"null"},"incidenttype":{"type":"null"},"indicatorfield":{"type":"null"},"integration":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"commands":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}}}}},"layoutscontainer":{"type":"null"},"list":{"type":"null"},"playbook":{"type":"null"},"report":{"type":"null"},"reputation":{"type":"null"},"widget":{"type":"null"},"wizard":{"type":"null"}}},"contentItemTypes":{"type":"null"},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"imagePath":{"type":"string"}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}},"rawUseCases":{"type":"null"},"keywords":{"type":"array","items":{"type":"object","properties":{}}},"rawKeywords":{"type":"null"},"dependencies":{"type":"object","properties":{"Base":{"type":"object","properties":{"mandatory":{"type":"boolean"},"minVersion":{"type":"string"},"name":{"type":"string"},"certification":{"type":"string"},"author":{"type":"string"}}}}},"legacy":{"type":"boolean"},"price":{"type":"integer"},"premium":{"type":"boolean"},"installMessage":{"type":"string"},"versionInfo":{"type":"string"},"eulaLink":{"type":"string"},"previewOnly":{"type":"boolean"},"downloads":{"type":"integer"},"searchRank":{"type":"integer"},"videos":{"type":"array","items":{"type":"object","properties":{}}},"prevName":{"type":"string"},"modules":{"type":"array","items":{"type":"object","properties":{}}},"hybrid":{"type":"boolean"}}},"1.0.35":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"cacheVersn":{"type":"integer"},"modified":{"type":"string"},"sizeInBytes":{"type":"integer"},"packID":{"type":"string"},"packName":{"type":"string"},"itemVersion":{"type":"string"},"fromServerVersion":{"type":"string"},"toServerVersion":{"type":"string"},"definitionId":{"type":"string"},"vcShouldIgnore":{"type":"boolean"},"vcShouldKeepItemLegacyProdMachine":{"type":"boolean"},"commitMessage":{"type":"string"},"shouldCommit":{"type":"boolean"},"currentVersion":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"updated":{"type":"string"},"created":{"type":"string"},"support":{"type":"string"},"author":{"type":"string"},"authorImage":{"type":"string"},"supportDetails":{"type":"object","properties":{"url":{"type":"string"},"email":{"type":"string"}}},"beta":{"type":"boolean"},"deprecated":{"type":"boolean"},"certification":{"type":"string"},"serverMinVersion":{"type":"string"},"serverMaxVersion":{"type":"string"},"general":{"type":"null"},"tags":{"type":"array","items":{"type":"object","properties":{}}},"rawTags":{"type":"null"},"categories":{"type":"array","items":{"type":"string"}},"contentItems":{"type":"object","properties":{"automation":{"type":"null"},"classifier":{"type":"null"},"dashboard":{"type":"null"},"genericfield":{"type":"null"},"generictype":{"type":"null"},"incidentfield":{"type":"null"},"incidenttype":{"type":"null"},"indicatorfield":{"type":"null"},"integration":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"commands":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}}}}},"layoutscontainer":{"type":"null"},"list":{"type":"null"},"playbook":{"type":"null"},"report":{"type":"null"},"reputation":{"type":"null"},"widget":{"type":"null"},"wizard":{"type":"null"}}},"contentItemTypes":{"type":"null"},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"imagePath":{"type":"string"}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}},"rawUseCases":{"type":"null"},"keywords":{"type":"array","items":{"type":"object","properties":{}}},"rawKeywords":{"type":"null"},"dependencies":{"type":"object","properties":{"Base":{"type":"object","properties":{"mandatory":{"type":"boolean"},"minVersion":{"type":"string"},"name":{"type":"string"},"certification":{"type":"string"},"author":{"type":"string"}}}}},"legacy":{"type":"boolean"},"price":{"type":"integer"},"premium":{"type":"boolean"},"installMessage":{"type":"string"},"versionInfo":{"type":"string"},"eulaLink":{"type":"string"},"previewOnly":{"type":"boolean"},"downloads":{"type":"integer"},"searchRank":{"type":"integer"},"videos":{"type":"array","items":{"type":"object","properties":{}}},"prevName":{"type":"string"},"modules":{"type":"array","items":{"type":"object","properties":{}}},"hybrid":{"type":"boolean"}}},"1.0.36":{"type":"object","properties":{"id":{"type":"string"},"version":{"type":"integer"},"cacheVersn":{"type":"integer"},"modified":{"type":"string"},"sizeInBytes":{"type":"integer"},"packID":{"type":"string"},"packName":{"type":"string"},"itemVersion":{"type":"string"},"fromServerVersion":{"type":"string"},"toServerVersion":{"type":"string"},"definitionId":{"type":"string"},"vcShouldIgnore":{"type":"boolean"},"vcShouldKeepItemLegacyProdMachine":{"type":"boolean"},"commitMessage":{"type":"string"},"shouldCommit":{"type":"boolean"},"currentVersion":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"updated":{"type":"string"},"created":{"type":"string"},"support":{"type":"string"},"author":{"type":"string"},"authorImage":{"type":"string"},"supportDetails":{"type":"object","properties":{"url":{"type":"string"},"email":{"type":"string"}}},"beta":{"type":"boolean"},"deprecated":{"type":"boolean"},"certification":{"type":"string"},"serverMinVersion":{"type":"string"},"serverMaxVersion":{"type":"string"},"general":{"type":"null"},"tags":{"type":"array","items":{"type":"string"}},"rawTags":{"type":"null"},"categories":{"type":"array","items":{"type":"string"}},"contentItems":{"type":"object","properties":{"automation":{"type":"null"},"classifier":{"type":"null"},"dashboard":{"type":"null"},"genericfield":{"type":"null"},"generictype":{"type":"null"},"incidentfield":{"type":"null"},"incidenttype":{"type":"null"},"indicatorfield":{"type":"null"},"integration":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"category":{"type":"string"},"commands":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}}}}},"layoutscontainer":{"type":"null"},"list":{"type":"null"},"playbook":{"type":"null"},"report":{"type":"null"},"reputation":{"type":"null"},"widget":{"type":"null"},"wizard":{"type":"null"}}},"contentItemTypes":{"type":"null"},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"imagePath":{"type":"string"}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}},"rawUseCases":{"type":"null"},"keywords":{"type":"array","items":{"type":"object","properties":{}}},"rawKeywords":{"type":"null"},"dependencies":{"type":"object","properties":{"Base":{"type":"object","properties":{"mandatory":{"type":"boolean"},"minVersion":{"type":"string"},"name":{"type":"string"},"certification":{"type":"string"},"author":{"type":"string"}}}}},"legacy":{"type":"boolean"},"price":{"type":"integer"},"premium":{"type":"boolean"},"installMessage":{"type":"string"},"versionInfo":{"type":"string"},"eulaLink":{"type":"string"},"previewOnly":{"type":"boolean"},"downloads":{"type":"integer"},"searchRank":{"type":"integer"},"videos":{"type":"array","items":{"type":"object","properties":{}}},"prevName":{"type":"string"},"modules":{"type":"array","items":{"type":"object","properties":{}}},"hybrid":{"type":"boolean"}}}}},"errorTimestamp":{"type":"null"},"shouldSendNotificationUpdate":{"type":"boolean"}}}},"groups":{"type":"object","properties":{"categories":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"data":{"type":"array","items":{"type":"integer"}},"groups":{"type":"null"},"count":{"type":"integer"},"floatData":{"type":"array","items":{"type":"integer"}}}}},"contentItemTypes":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"data":{"type":"array","items":{"type":"integer"}},"groups":{"type":"null"},"count":{"type":"integer"},"floatData":{"type":"array","items":{"type":"integer"}}}}},"general":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"data":{"type":"array","items":{"type":"integer"}},"groups":{"type":"null"},"count":{"type":"integer"},"floatData":{"type":"array","items":{"type":"integer"}}}}},"integrations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"data":{"type":"array","items":{"type":"integer"}},"groups":{"type":"null"},"count":{"type":"integer"},"floatData":{"type":"array","items":{"type":"integer"}}}}},"tags":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"data":{"type":"array","items":{"type":"integer"}},"groups":{"type":"null"},"count":{"type":"integer"},"floatData":{"type":"array","items":{"type":"integer"}}}}},"useCases":{"type":"array","items":{"type":"object","properties":{}}}}}}}}}}},"operationId":"post-contentpacks-marketplace-search","parameters":[{"schema":{"type":"string"},"in":"header","name":"authorization","description":"api_key","required":true},{"schema":{"type":"string"},"in":"header","name":"x-xdr-auth-id","description":"api_key_id","required":true}],"description":"Search for content packs in the Cortex XSOAR marketplace.","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"packsQuery":{"type":"string","description":"Search string."},"page":{"type":"integer"},"size":{"type":"integer"}}}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsoar-8-api/cortex-xsoar-8.x-apis/content-packs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
