---
title: "Process Files List Abs"
method: GET
path: "/api/processes/{process_id}/files/list_abs"
---

# Process Files List Abs

`GET /api/processes/{process_id}/files/list_abs`

Absolute-path listing. Core enforces its own root containment — the
relay must not invent a second, weaker rule, so the value is passed
through re-encoded and judged there.

`Cache-Control: no-store` — same staleness risk as `list` above, and the
same fix.

## Path parameters

- `process_id` string, required

## Query parameters

- `abspath` string

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
