# Accounts, Stacks, Objects, Fields

## Read list of accounts

`GET /api/external/accounts/` returns the list of accounts associated with your integration key.&#x20;

Since integration keys are bound to one account only, this should not return more than one account.

## Read list of stacks

`GET /api/external/stacks/` returns the list of stacks associated with the account specified in the `X-Account-Id` header.

## Objects

#### Read list of objects

`GET /api/external/objects/` returns the list of objects associated with the account and stack specified in the `X-Account-Id` and `X-Stack-Id` headers.

#### Read list of action buttons for a given object

`GET /api/external/objects/<object_sid>/action-buttons/` returns the list of action buttons for a given object.&#x20;

This is normally useful for third-party integrations such as Zapier or Make.

## Fields

#### Read list of fields

`GET /api/external/objects/<object_sid>/fields/` returns the list of fields for an object.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/accounts-stacks-objects-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
