---
title: "GET /asset/agent-space/{agentSpaceId}/assets"
method: GET
path: "/asset/agent-space/{agentSpaceId}/assets"
---

# GET /asset/agent-space/{agentSpaceId}/assets

`GET /asset/agent-space/{agentSpaceId}/assets`

Lists assets in the specified agent space

## Path parameters

- `agentSpaceId` string, required — Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

## Query parameters

- `assetType` string — The type of asset (e.g. skill, artifact)
- `updatedAfter` string, date-time
- `updatedBefore` string, date-time
- `nextToken` string — Pagination token for list operations (1-2048 characters)
- `maxResults` integer

## Response `200`

Success

- ListAssetsResponse — Response structure for listing assets
  - `items` Asset[], required — The list of assets for the agent space
    - `assetId` string, required — The unique identifier for this asset
    - `assetType` string, required — The type of this asset
    - `metadata` object, required — The metadata for this asset
    - `version` integer, required — The version number of this asset
    - `createdAt` string, date-time, required — Timestamp when this asset was created
    - `updatedAt` string, date-time, required — Timestamp when this asset was last updated
  - `nextToken` string — Pagination token to retrieve the next page of results. Absent when there are no more results.

## Other responses

- `480` — ValidationException
- `481` — ContentSizeExceededException
- `482` — ServiceQuotaExceededException
- `483` — ConflictException
- `484` — InternalServerException
- `485` — AccessDeniedException
- `486` — ThrottlingException
- `487` — InvalidParameterException
- `488` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/devops-agent.md) · [All operations](https://skmtc.net/aws/apis/devops-agent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/devops-agent/versions/ca2af02d3853/schema)
