---
title: "POST /journal/agent-space/{agentSpaceId}/executions"
method: POST
path: "/journal/agent-space/{agentSpaceId}/executions"
---

# POST /journal/agent-space/{agentSpaceId}/executions

`POST /journal/agent-space/{agentSpaceId}/executions`

List executions

## Path parameters

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

## Request body

- object
  - `taskId` string, required — Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)
  - `limit` integer — Maximum number of executions to return
  - `nextToken` string — Pagination token for list operations (1-2048 characters)

## Response `200`

Success

- ListExecutionsResponse — Response structure containing executions
  - `executions` Execution[], required — List of executions
    - `agentSpaceId` string, required — The unique identifier for the agent space containing this execution
    - `executionId` string, required — The unique identifier for this execution
    - `parentExecutionId` string — The identifier of the parent execution, if this is a child execution
    - `agentSubTask` string, required — The specific subtask being executed by the agent
    - `createdAt` string, date-time, required — Timestamp when this execution was created
    - `updatedAt` string, date-time, required — Timestamp when this execution was last updated
    - `executionStatus` 'FAILED' | 'RUNNING' | 'STOPPED' | 'CANCELED' | 'TIMED_OUT', required — The current status of this execution
    - `agentType` string — The type of agent that performed this execution.
    - `uid` string — The unique identifier for the user session associated with this execution
  - `nextToken` string — Token for retrieving the next page of results, if available

## 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)
