---
title: "Get EntryDoc documents"
method: GET
path: "/materials/tasks/entries/"
tags: ["Materials Tasks"]
---

# Get EntryDoc documents

`GET /materials/tasks/entries/`

## Query parameters

- `task_ids` string, nullable — Comma-separated list of task_ids to query on
- `_page` integer — Page number to request (takes precedent over _limit and _skip).
- `_per_page` integer — Number of entries to show per page (takes precedent over _limit and _skip). Limited to 1000.
- `_skip` integer — Number of entries to skip in the search.
- `_limit` integer — Max number of entries to return in a single query. Limited to 1000.

## Response `200`

Search for a EntryDoc

- ResponseEntryDoc
  - `data` EntryDoc[], nullable — List of returned data
    - `task_id` string, nullable — The (task) ID of this calculation, used as a universal reference across property documents.This comes in the form: mp-******.
    - `entry` object, nullable — Computed structure entry for the calculation associated with the task doc.
  - `errors` Error[], nullable — Any errors on processing this query
    - `code` integer, required — The error code
    - `message` string, required — The description of the error
  - `meta` Meta — Meta information for the MAPI Response.
    - `api_version` string — A string containing the version of the Materials API implementation, e.g. v0.9.5
    - `time_stamp` string, date-time — A string containing the date and time at which the query was executed
    - `total_doc` integer, nullable — The total number of documents available for this query
    - `facet` object, nullable — A dictionary containing the facets available for this query

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/materialsproject/apis/materials-project-api.md) · [All operations](https://skmtc.dev/materialsproject/apis/materials-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/materialsproject/materials-project-api/revisions/cd775ac1945a/schema)
