# Get all the provider feed logs for a given plan **GET /api/v1/plans/{plan_uuid}/provider-feed-logs** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **plan_uuid** (string) uuid The UUID of the group scheme plan. ### Query parameters - **filter[sub_account_uuids]** (string) Filter by a comma separated list of sub account UUIDs. - **sort** (string) Field to sort by. Valid fields are [created_at, updated_at, level]. Negative sign to denote DESC. Defaults to '-created_at'. - **per_page** (integer) Number of results to return with pagination (Default 15. Max 500). ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **sub_account** (object) The sub-account if the log was added to the sub-account level. - **level** (string) The level of the log. Available options: info, warning and error - **message** (string) The message of the log - **context** (object) Key-value store for additional information about the log. [Powered by Bump.sh](https://bump.sh)