# Get a package
**GET /api/fleet/epm/packages/{pkgName}**
**Spaces method and path for this operation:**
get /s/{space_id}/api/fleet/epm/packages/{pkgName}
Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.
Get information about a package by name, returning the latest installed or available version.
## Servers
- https://localhost:5601: https://localhost:5601 ()
## Authentication methods
- Api key auth
- Basic auth
## Parameters
### Path parameters
- **pkgName** (string)
Package name
### Query parameters
- **ignoreUnverified** (boolean)
When true, returns the package even if the signature cannot be verified
- **prerelease** (boolean)
When true, include prerelease versions
- **full** (boolean)
When true, return the full package info including assets
- **withMetadata** (boolean)
When true, include package metadata such as whether it has package policies
## Responses
### 200
Successful response
#### Body: application/json (object)
- **item** (object)
- **metadata** (object)
### 400
Bad Request
#### Body: application/json (object)
- **attributes** ()
- **error** (string)
- **errorType** (string)
- **message** (string)
- **statusCode** (number)
[Powered by Bump.sh](https://bump.sh)