Get All Metadata

GET https://{{base_url}}/v3/metadata/

The Get All Metadata request returns comprehensive information of all the metadata attached to all the entries and assets in your stack.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Get All Metadata API Reference document

Request Params

KeyDatatypeRequiredDescription
include_branchbooleanSet this to 'true' to include the '_branch' top-level key in the response. This key states the unique ID of the branch where the concerned Contentstack module resides.
include_multi_stackbooleanSet this to 'true' to fetch data from multiple stacks.
include_multi_branchbooleanSet this to 'true' to fetch data from multiple branches.
include_title[]stringSet this to ‘stack’ to fetch the name of the stack.
include_title[]stringSet this to ‘entity’ to fetch the title of the entity. Entity could be either entry or asset.
include_title[]stringSet this to ‘content_type’ to fetch the name of the content type.
limitnumberSet the limit in between ‘0-100’ to limit the number of items returned as response.
skipnumberSet this as ‘0’ to skip the number of items from the response body.
querystringSet this to {{{key}}:{{value}}}. This key allows you to fetch the data that matches the query value.
ascstringSet this to {{key}}. This key will fetch the data in the ascending order as per the defined value.
descstringSet this to {{key}}. This key will fetch the data in the descending order as per the defined value.
only[BASE][]stringSet this to {{key}}. This key will only return the data defined in the value field.
except[BASE][]stringSet this to {{key}}. This key will not return the data defined in the value field.

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of the stack.
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
Content-TypestringEnter "application/json" to pass a Request body.
branchstringEnter your branch or alias unique ID.