Skip to main content
GET
/
v1
/
namespaces
/
{namespace_id}
/
plugins
/
by-name
/
{slug}
/
versions
Get plugin version history
curl --request GET \
  --url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins/by-name/{slug}/versions
{
  "slug": "<string>",
  "active_version": "<string>",
  "versions": [
    {
      "version": "<string>",
      "plugin_id": "<string>",
      "s3_archive_url": "<string>",
      "code_hash": "<string>",
      "source_files_s3_key": "<string>",
      "security_scan_passed": true,
      "manifest": {},
      "deployed_at": "2023-11-07T05:31:56Z",
      "message": "<string>",
      "deployed_by": "<string>"
    }
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Path Parameters

namespace_id
string
required
slug
string
required

Response

Successful Response

Response model for plugin version history.

slug
string
required
active_version
string
required
versions
PluginVersionRecord · object[]
required
total
integer
required