Get inspired at ContentCon Europe. See the agenda and register for free.
Get inspired at ContentCon Europe. See the agenda and register for free.
Contentstack.comAcademyLogin
CS-log-dark.svgCS-log-dark.svg
  • Changelog
  • APIs
  • SDKs

Platform

  • Solution Center
  • Marketplace
  • Changelog
  • Developers & IT
  • Business users
  • Digital leaders
  • Developer Fast Track
  • Plans & Pricing

Solutions

  • Retail
  • Travel and tourism
  • Financial services
  • Technology
  • Manufacturing
  • E-commerce
  • Localization
  • Personalization
  • Portals and knowledge bases

Resources

  • Academy
  • Docs
  • Product updates
  • Contentstack on Contentstack
  • Blog
  • Insights and analyst reports
  • Webinars
  • Podcasts
  • Glossary
  • Content generative library
  • Community
  • Headless CMS
  • Composable AXP
  • Personalization
  • CDP

Customers

  • Case Studies
  • Customer Care
  • Contentstack Experience Awards
  • Customer support

Partners

  • Overview
  • Find a partner
  • Login

Company

  • About us
  • News
  • Customer support portal
  • Contact

Social

  • Facebook
  • LinkedIn
  • Instagram
  • GitHub
  • YouTube
  • Discord
  • X
LegalTermsPrivacyTrust Center

Cookie settings

Copyright © 2026 Contentstack Inc. All rights reserved.
/
  1. Home
  2. APIs
  3. Content Management API
  4. Audit Log

Audit Log

markdownView as Markdown

Audit log displays a record of all the activities performed in a stack and helps you keep a track of all published items, updates, deletes, and current status of the existing content.

Read more about Audit Log.

You can now pass the branch header in the API request to fetch or manage modules located within specific branches of the stack. Additionally, you can also set the include_branch query parameter to true to include the _branch top-level key in the response. This key specifies the unique ID of the branch where the concerned Contentstack module resides.

Get audit log

GEThttps://api.contentstack.io/v3/audit-logs

The Get audit log request is used to retrieve the audit log of a stack.

You can apply queries to filter the results. Refer to the Queries section for more details.
To configure the permissions for your application via OAuth, please include the cm.audit-logs:read scope.

Note You can retrieve audit log information only for 30 days prior to the current day (for an organization).

Sample Response
Status|200 OK
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
{
  "logs":[
    {
      "uid":"blt3502b7d1528607d300d0",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:37:44.429Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"environment",
      "event_type":"create",
      "request_id":"86352",
      "metadata":{
        "title":"production",
        "uid":"blt2c60160a046ce26d"
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.5090218519397551",
        "environment":{
          "deploy_content":false,
          "servers":[
            
          ],
          "urls":[
            {
              "url":"",
              "locale":"en-us"
            }
          ],
          "name":"production",
          "color":"#01977c"
        }
      },
      "response":{
        "notice":"Environment created successfully.",
        "environment":{
          "deploy_content":false,
          "servers":[
            
          ],
          "urls":[
            {
              "url":"",
              "locale":"en-us"
            }
          ],
          "name":"production",
          "uid":"blt2c60160a046ce26d",
          "created_by":"blt7b815b05d2fe5dd8",
          "updated_by":"blt7b815b05d2fe5dd8",
          "created_at":"2021-08-19T12:37:44.414Z",
          "updated_at":"2021-08-19T12:37:44.414Z",
          "ACL":{
            
          },
          "_version":1,
          "isEnvironment":true
        }
      }
    },
    {
      "uid":"blt904c8db22bb5f0cc6066",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:37:13.629Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"entry",
      "event_type":"create",
      "request_id":"41774",
      "metadata":{
        "content_type":{
          "title":"Sample",
          "uid":"sample"
        },
        "locale":{
          "name":"English - United States",
          "code":"en-us"
        },
        "title":"Test",
        "uid":"bltfab061dff1aa989b",
        "version":1
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "form_uid":"sample",
        "locale":"en-us",
        "r":"0.09477605369787079",
        "entry":{
          "title":"Test",
          "json_rte":{
            "type":"doc",
            "attrs":{
              "dirty":true
            },
            "uid":"3ccce4d01b9e4f46a2153b9de8e3e3e3",
            "children":[
              {
                "type":"p",
                "attrs":{
                  "dirty":true
                },
                "uid":"bf6548b838504b458d3fce4bcbeb9a68",
                "children":[
                  {
                    "text":"Hello World!"
                  }
                ]
              }
            ]
          },
          "tags":[
            "new",
            "entry"
          ],
          "locale":"en-us"
        },
        "deleted":null,
        "fallback_locale":"en-us"
      },
      "response":{
        "notice":"Entry created successfully.",
        "entry":{
          "title":"Test",
          "json_rte":{
            "type":"doc",
            "attrs":{
              
            },
            "uid":"3ccce4d01b9e4f46a2153b9de8e3e3e3",
            "children":[
              {
                "type":"p",
                "attrs":{
                  
                },
                "uid":"bf6548b838504b458d3fce4bcbeb9a68",
                "children":[
                  {
                    "text":"Hello World!"
                  }
                ]
              }
            ],
            "_version":1
          },
          "tags":[
            "new",
            "entry"
          ],
          "locale":"en-us",
          "uid":"bltfab061dff1aa989b",
          "created_by":"blt7b815b05d2fe5dd8",
          "updated_by":"blt7b815b05d2fe5dd8",
          "created_at":"2021-08-19T12:37:13.553Z",
          "updated_at":"2021-08-19T12:37:13.553Z",
          "ACL":{
            
          },
          "_version":1,
          "_in_progress":false
        }
      }
    },
    {
      "uid":"blt83c51a06f22550179da7",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:36:44.681Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"content_type",
      "event_type":"update",
      "request_id":"41315",
      "metadata":{
        "title":"Sample",
        "uid":"sample",
        "version":2,
        "scope":null
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.5419430454788539",
        "content_type":{
          "created_at":"2021-08-19T12:36:33.899Z",
          "updated_at":"2021-08-19T12:36:33.899Z",
          "title":"Sample",
          "uid":"sample",
          "_version":1,
          "schema":[
            {
              "data_type":"text",
              "display_name":"Title",
              "field_metadata":{
                "_default":true,
                "version":3
              },
              "mandatory":true,
              "uid":"title",
              "unique":true,
              "multiple":false,
              "non_localizable":false,
              "indexed":false,
              "inbuilt_model":false
            },
            {
              "data_type":"json",
              "display_name":"JSON Rich Text Editor",
              "uid":"json_rte",
              "field_metadata":{
                "allow_json_rte":true,
                "embed_entry":false,
                "description":"",
                "default_value":"",
                "multiline":false,
                "rich_text_type":"advanced",
                "options":[
                  
                ]
              },
              "format":"",
              "error_messages":{
                "format":""
              },
              "reference_to":[
                "sys_assets"
              ],
              "multiple":false,
              "non_localizable":false,
              "unique":false,
              "mandatory":false,
              "indexed":false,
              "inbuilt_model":false
            }
          ],
          "last_activity":{
            
          },
          "maintain_revisions":true,
          "description":"",
          "DEFAULT_ACL":{
            "others":{
              "read":false,
              "create":false
            },
            "users":[
              {
                "read":true,
                "sub_acl":{
                  "read":true
                },
                "uid":"blt893f7ed431972225"
              }
            ],
            "management_token":{
              "read":true
            }
          },
          "SYS_ACL":{
            "roles":[
              {
                "uid":"bltbc79e980cd6e5f1f",
                "read":true,
                "sub_acl":{
                  "create":true,
                  "read":true,
                  "update":true,
                  "delete":true,
                  "publish":true
                },
                "update":true,
                "delete":true
              },
              {
                "uid":"blt027922b7aee26e6c",
                "read":true,
                "sub_acl":{
                  "create":true,
                  "read":true,
                  "update":true,
                  "delete":true,
                  "publish":true
                }
              },
              {
                "uid":"bltf59a1e55f70e4fd0",
                "read":true,
                "sub_acl":{
                  "create":true,
                  "read":true,
                  "update":true,
                  "delete":true,
                  "publish":true
                },
                "update":true,
                "delete":true
              }
            ],
            "others":{
              "read":false,
              "create":false,
              "update":false,
              "delete":false,
              "sub_acl":{
                "read":false,
                "create":false,
                "update":false,
                "delete":false,
                "publish":false
              }
            }
          },
          "options":{
            "is_page":false,
            "singleton":true,
            "sub_title":[
              
            ],
            "title":"title"
          },
          "abilities":{
            "get_one_object":true,
            "get_all_objects":true,
            "create_object":true,
            "update_object":true,
            "delete_object":true,
            "delete_all_objects":true
          },
          "extension_uids":[
            
          ],
          "id":"rootfields"
        },
        "form_uid":"sample",
        "deleted":false
      },
      "response":{
        "notice":"Content Type updated successfully.",
        "content_type":{
          "created_at":"2021-08-19T12:36:33.899Z",
          "updated_at":"2021-08-19T12:36:44.643Z",
          "title":"Sample",
          "uid":"sample",
          "_version":2,
          "inbuilt_class":false,
          "schema":[
            {
              "data_type":"text",
              "display_name":"Title",
              "field_metadata":{
                "_default":true,
                "version":3
              },
              "mandatory":true,
              "uid":"title",
              "unique":true,
              "multiple":false,
              "non_localizable":false
            },
            {
              "data_type":"json",
              "display_name":"JSON Rich Text Editor",
              "uid":"json_rte",
              "field_metadata":{
                "allow_json_rte":true,
                "embed_entry":false,
                "description":"",
                "default_value":"",
                "multiline":false,
                "rich_text_type":"advanced",
                "options":[
                  
                ]
              },
              "format":"",
              "error_messages":{
                "format":""
              },
              "reference_to":[
                "sys_assets"
              ],
              "multiple":false,
              "non_localizable":false,
              "unique":false,
              "mandatory":false
            }
          ],
          "last_activity":{
            
          },
          "maintain_revisions":true,
          "description":"",
          "DEFAULT_ACL":{
            "others":{
              "read":false,
              "create":false
            },
            "users":[
              {
                "uid":"blt893f7ed431972225",
                "read":true,
                "sub_acl":{
                  "read":true
                }
              }
            ]
          },
          "SYS_ACL":{
            "roles":[
              
            ],
            "others":{
              "read":false,
              "create":false,
              "update":false,
              "delete":false,
              "sub_acl":{
                "read":false,
                "create":false,
                "update":false,
                "delete":false,
                "publish":false
              }
            }
          },
          "field_rules":null,
          "options":{
            "is_page":false,
            "singleton":true,
            "sub_title":[
              
            ],
            "title":"title"
          },
          "abilities":{
            "get_one_object":true,
            "get_all_objects":true,
            "create_object":true,
            "update_object":true,
            "delete_object":true,
            "delete_all_objects":true
          }
        }
      }
    },
    {
      "uid":"blt0eb433d0dc9f6ed2b25f",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:36:33.934Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"content_type",
      "event_type":"create",
      "request_id":"80989",
      "metadata":{
        "title":"Sample",
        "uid":"sample",
        "version":1
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.0007076494692754842",
        "content_type":{
          "title":"Sample",
          "description":"",
          "options":{
            "is_page":false,
            "singleton":true,
            "sub_title":[
              
            ],
            "title":"title"
          },
          "schema":[
            {
              "data_type":"text",
              "display_name":"Title",
              "field_metadata":{
                "_default":true,
                "version":3
              },
              "mandatory":true,
              "uid":"title",
              "unique":true,
              "multiple":false,
              "indexed":false,
              "inbuilt_model":false,
              "non_localizable":false
            }
          ],
          "uid":"sample"
        },
        "prevcreate":true,
        "limit":100,
        "environment":null
      },
      "response":{
        "notice":"Content Type created successfully.",
        "content_type":{
          "created_at":"2021-08-19T12:36:33.899Z",
          "updated_at":"2021-08-19T12:36:33.899Z",
          "title":"Sample",
          "uid":"sample",
          "_version":1,
          "inbuilt_class":false,
          "schema":[
            {
              "data_type":"text",
              "display_name":"Title",
              "field_metadata":{
                "_default":true,
                "version":3
              },
              "mandatory":true,
              "uid":"title",
              "unique":true,
              "multiple":false,
              "non_localizable":false
            }
          ],
          "last_activity":{
            
          },
          "maintain_revisions":true,
          "description":"",
          "DEFAULT_ACL":{
            "others":{
              "read":false,
              "create":false
            },
            "users":[
              {
                "read":true,
                "sub_acl":{
                  "read":true
                },
                "uid":"blt893f7ed431972225"
              }
            ],
            "management_token":{
              "read":true
            }
          },
          "SYS_ACL":{
            "roles":[
              
            ],
            "others":{
              "read":false,
              "create":false,
              "update":false,
              "delete":false,
              "sub_acl":{
                "read":false,
                "create":false,
                "update":false,
                "delete":false,
                "publish":false
              }
            }
          },
          "field_rules":null,
          "options":{
            "is_page":false,
            "singleton":true,
            "sub_title":[
              
            ],
            "title":"title"
          },
          "abilities":{
            "get_one_object":true,
            "get_all_objects":true,
            "create_object":true,
            "update_object":true,
            "delete_object":true,
            "delete_all_objects":true
          }
        }
      }
    },
    {
      "uid":"bltf5917f09e8ccda132fc1",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:36:23.047Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"stack",
      "event_type":"create",
      "request_id":"17045",
      "metadata":{
        "title":"Test",
        "uid":"blt76a929e3bf2324c9"
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.30356792013646405",
        "stack":{
          "name":"Test",
          "master_locale":"en-us"
        },
        "include_discrete_variables":true,
        "limit":200
      },
      "response":{
        "notice":"Stack created successfully.",
        "stack":{
          "cluster":"default",
          "created_at":"2021-08-19T12:36:21.510Z",
          "updated_at":"2021-08-19T12:36:23.025Z",
          "uid":"blt76a929e3bf2324c9",
          "name":"Test",
          "description":null,
          "org_uid":"blt4051c65ea6ddf287",
          "api_key":"blt8d542b122115b153",
          "master_locale":"en-us",
          "is_asset_download_public":true,
          "owner_uid":"blt7b815b05d2fe5dd8",
          "user_uids":[
            "blt7b815b05d2fe5dd8"
          ],
          "settings":{
            "version":"2019-04-30",
            "rte_version":3,
            "fallback_publish_contents":true,
            "blockAuthQueryParams":false,
            "allowedCDNTokens":[
              "authtoken",
              "access_token",
              "authorization"
            ],
            "webhook_enabled":false,
            "live_preview":{
              
            },
            "language_fallback":false
          },
          "master_key":"blt716b635e7e01bc33",
          "SYS_ACL":{
            "others":{
              "invite":false,
              "sub_acl":{
                "create":false,
                "read":false,
                "update":false,
                "delete":false
              }
            },
            "roles":[
              {
                "uid":"bltbc79e980cd6e5f1f",
                "name":"Developer",
                "invite":true,
                "sub_acl":{
                  "create":true,
                  "read":true,
                  "update":true,
                  "delete":true
                }
              },
              {
                "uid":"bltf59a1e55f70e4fd0",
                "name":"Admin",
                "invite":true,
                "sub_acl":{
                  "create":true,
                  "read":true,
                  "update":true,
                  "delete":true
                }
              }
            ]
          },
          "discrete_variables":{
            "cms":true,
            "_version":3,
            "secret_key":"e7c0a91c26c12e8f4b0cc8fd4465d1c70ece58ec"
          }
        }
      }
    },
    {
      "uid":"bltf1d8caa6ea22d77c4da4",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:36:22.916Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"locale",
      "event_type":"create",
      "request_id":"17045",
      "metadata":{
        "title":"English - United States",
        "uid":"en-us"
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.30356792013646405",
        "stack":{
          "name":"Test",
          "master_locale":"en-us"
        }
      },
      "response":{
        "code":"en-us",
        "fallback_locale":null,
        "uid":"blt160172ec89fa4a8f",
        "created_by":"blt7b815b05d2fe5dd8",
        "updated_by":"blt7b815b05d2fe5dd8",
        "created_at":"2021-08-19T12:36:22.906Z",
        "updated_at":"2021-08-19T12:36:22.906Z",
        "api_key":"blt8d542b122115b153",
        "org_uid":"blt4051c65ea6ddf287",
        "name":"English - United States",
        "ACL":{
          
        },
        "_version":1,
        "isLanguage":true
      }
    },
    {
      "uid":"blt55e8bb1fb9f52f96627e",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:36:22.906Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"roles",
      "event_type":"create",
      "request_id":"17045",
      "metadata":{
        "title":"Admin",
        "uid":"bltf59a1e55f70e4fd0",
        "description":"Admin can perform all actions and manage all settings of the stack, except the ability to delete or transfer ownership of the stack."
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.30356792013646405",
        "stack":{
          "name":"Test",
          "master_locale":"en-us"
        }
      },
      "response":{
        "name":"Admin",
        "description":"Admin can perform all actions and manage all settings of the stack, except the ability to delete or transfer ownership of the stack.",
        "uid":"bltf59a1e55f70e4fd0",
        "org_uid":"blt4051c65ea6ddf287",
        "api_key":"blt8d542b122115b153",
        "created_by":"blt7b815b05d2fe5dd8",
        "updated_by":"blt7b815b05d2fe5dd8",
        "created_at":"2021-08-19T12:36:22.886Z",
        "updated_at":"2021-08-19T12:36:22.886Z",
        "deleted_at":false,
        "_id":"611e504617da5917890a656a"
      }
    },
    {
      "uid":"blt21bbbddffec2a55cd93e",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:36:22.901Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"roles",
      "event_type":"create",
      "request_id":"17045",
      "metadata":{
        "title":"Content Manager",
        "uid":"blt027922b7aee26e6c",
        "description":"Content Managers can view all content types, manage entries and assets. They cannot edit content types or access stack settings."
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.30356792013646405",
        "stack":{
          "name":"Test",
          "master_locale":"en-us"
        }
      },
      "response":{
        "name":"Content Manager",
        "description":"Content Managers can view all content types, manage entries and assets. They cannot edit content types or access stack settings.",
        "uid":"blt027922b7aee26e6c",
        "rules":[
          {
            "module":"locale",
            "locales":[
              "$all"
            ]
          },
          {
            "module":"environment",
            "environments":[
              "$all"
            ]
          },
          {
            "module":"asset",
            "assets":[
              "$all"
            ],
            "acl":{
              "create":true,
              "read":true,
              "update":true,
              "delete":true,
              "publish":true
            }
          }
        ],
        "org_uid":"blt4051c65ea6ddf287",
        "api_key":"blt8d542b122115b153",
        "created_by":"blt7b815b05d2fe5dd8",
        "updated_by":"blt7b815b05d2fe5dd8",
        "created_at":"2021-08-19T12:36:22.886Z",
        "updated_at":"2021-08-19T12:36:22.886Z",
        "deleted_at":false,
        "_id":"611e504617da5917890a6569"
      }
    },
    {
      "uid":"blta408bd1f57664b451d4f",
      "stack":"blt8d542b122115b153",
      "created_at":"2021-08-19T12:36:22.890Z",
      "created_by":"blt7b815b05d2fe5dd8",
      "module":"roles",
      "event_type":"create",
      "request_id":"17045",
      "metadata":{
        "title":"Developer",
        "uid":"bltbc79e980cd6e5f1f",
        "description":"Developer can perform all Content Manager's actions, view audit logs, create roles, invite users, manage content types, languages, and environments."
      },
      "remote_addr":"202.179.94.0",
      "request":{
        "r":"0.30356792013646405",
        "stack":{
          "name":"Test",
          "master_locale":"en-us"
        }
      },
      "response":{
        "name":"Developer",
        "description":"Developer can perform all Content Manager's actions, view audit logs, create roles, invite users, manage content types, languages, and environments.",
        "uid":"bltbc79e980cd6e5f1f",
        "rules":[
          {
            "module":"locale",
            "locales":[
              "$all"
            ]
          },
          {
            "module":"environment",
            "environments":[
              "$all"
            ]
          },
          {
            "module":"asset",
            "assets":[
              "$all"
            ],
            "acl":{
              "create":true,
              "read":true,
              "update":true,
              "delete":true,
              "publish":true
            }
          }
        ],
        "org_uid":"blt4051c65ea6ddf287",
        "api_key":"blt8d542b122115b153",
        "created_by":"blt7b815b05d2fe5dd8",
        "updated_by":"blt7b815b05d2fe5dd8",
        "created_at":"2021-08-19T12:36:22.886Z",
        "updated_at":"2021-08-19T12:36:22.886Z",
        "deleted_at":false,
        "_id":"611e504617da5917890a6568"
      }
    }
  ]
}

Get audit log item

GEThttps://api.contentstack.io/v3/audit-logs/{log_item_uid}

The Get audit log item request is used to retrieve a specific item from the audit log of a stack.
To configure the permissions for your application via OAuth, please include the cm.audit-logs:read scope.

Note You can retrieve audit log information only for 30 days prior to the current day (for an organization).

Sample Response
Status|200 OK
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
{
  "log":{
    "_id":"blt3502b7d1528607d300d0",
    "uid":"blt3502b7d1528607d300d0",
    "stack":"blt8d542b122115b153",
    "created_at":"2021-08-19T12:37:44.429Z",
    "created_by":"blt7b815b05d2fe5dd8",
    "module":"environment",
    "event_type":"create",
    "request_id":"86352",
    "metadata":{
      "title":"production",
      "uid":"blt2c60160a046ce26d"
    },
    "remote_addr":"202.179.94.0",
    "request":{
      "r":"0.5090218519397551",
      "environment":{
        "deploy_content":false,
        "servers":[
          
        ],
        "urls":[
          {
            "url":"",
            "locale":"en-us"
          }
        ],
        "name":"production",
        "color":"#01977c"
      }
    },
    "response":{
      "notice":"Environment created successfully.",
      "environment":{
        "deploy_content":false,
        "servers":[
          
        ],
        "urls":[
          {
            "url":"",
            "locale":"en-us"
          }
        ],
        "name":"production",
        "uid":"blt2c60160a046ce26d",
        "created_by":"blt7b815b05d2fe5dd8",
        "updated_by":"blt7b815b05d2fe5dd8",
        "created_at":"2021-08-19T12:37:44.414Z",
        "updated_at":"2021-08-19T12:37:44.414Z",
        "ACL":{
          
        },
        "_version":1,
        "isEnvironment":true
      }
    }
  }
}
Hide Parameters

Query Parameters

include_branchoptionalstring

Set 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.

Example:

false

Headers

api_keyrequiredstring

Enter Stack API Key.

Example:

blt20962a819b57e233
authtokenoptionalstring

Enter your authtoken.

Example:

your_authtoken
authorizationrequiredstring

Enter your OAuth token or management token. Learn more about authentication.

Example:

[Bearer <OAuth token>] or [your_management_token]
branchoptionalstring

Enter your branch unique ID.

Example:

main
Hide Parameters

URL Parameters

log_item_uidrequiredstring

Enter the UID of a specific log item you want to retrieve the details of.

Example:

blt1ffebe11111e111d11c1

Query Parameters

include_branchoptionalstring

Set 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.

Example:

false

Headers

api_keyrequiredstring

Example:

blt20962a819b57e233
authtokenoptionalstring

Enter your authtoken

Example:

your_authtoken
authorizationrequiredstring

Enter your OAuth token or management token. Learn more about authentication.

Example:

[Bearer <OAuth token>] or [your_management_token]
branchoptionalstring

Enter your branch unique ID.

Example:

main