---
title: "What fields can be retrieved through REST API call?"
description: "Currently, only default fields in Ketryx are accessible through the REST API when retrieving item details, which can be done through the Item API. Custom fields are not exposed in the standard API responses and won’t appear in the field list when querying an item."
category: "Frequently Asked Questions"
section: "Advanced Settings"
keywords: ["rest", "retrieved", "api", "won", "responses", "calls", "core", "returned"]
source_url: "https://support.ketryx.com/hc/en-us/articles/38216521340557-What-fields-can-be-retrieved-through-REST-API-call"
last_reviewed: 2026-06-11
---

# What fields can be retrieved through REST API call?

Currently, only default fields in Ketryx are accessible through the REST API when retrieving item details, which can be done through the [Item API.](https://docs.ketryx.com/api/item-api) Custom fields are not exposed in the standard API responses and won’t appear in the field list when querying an item. This means that while you can programmatically access core metadata like title, version, and item type, any additional custom fields configured in Ketryx (even if visible in the UI) won't be returned through API calls.

See API result:

## Related articles

- [How do I import data into my Jira project?](how-do-i-import-data-into-my-jira-project.md)
- [Why is my custom item type not showing up with default realtions?](why-is-my-custom-item-type-not-showing-up-with-default-realtions.md)
- [How do I utilize the Jira API to generate identifier numbers for Ketryx select option fields?](how-do-i-utilize-the-jira-api-to-generate-identifier-numbers-for-ketryx-select.md)
- [Why are my Xray Test steps not showing up or updating in the Ketryx UI?](why-are-my-xray-test-steps-not-showing-up-or-updating-in-the-ketryx-ui.md)
- [How can I upload a CycloneDX Artifact through Build API?](how-can-i-upload-a-cyclonedx-artifact-through-build-api.md)
